You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2010/07/01 13:36:53 UTC

[jira] Commented: (WICKET-2929) Method getTarget in PropertyModel should not be final

    [ https://issues.apache.org/jira/browse/WICKET-2929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12884251#action_12884251 ] 

Martin Grigorov commented on WICKET-2929:
-----------------------------------------

This method is actually in org.apache.wicket.model.AbstractPropertyModel<T>.
Can you describe your use case more detailed?
Looking at the current implementation I can say it is quite flexible if you pass a Model instead of plain Pojo as first parameter in the constructor.

> Method getTarget in PropertyModel should not be final
> -----------------------------------------------------
>
>                 Key: WICKET-2929
>                 URL: https://issues.apache.org/jira/browse/WICKET-2929
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.4.9
>            Reporter: Sven Ludwig
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> I need to implement a specialization of the class org.apache.wicket.model.PropertyModel and I am having great Problems doing so due to the method getTarget() being final. I request the modifier to be removed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.