[jira] [Commented] (WICKET-4041) In Model, the type T should not extend Serializable.

2011-09-10 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13102227#comment-13102227 ] Igor Vaynberg commented on WICKET-4041: --- public static IModel> ofList(final List l

[jira] [Commented] (WICKET-4041) In Model, the type T should not extend Serializable.

2011-09-10 Thread Craig P. Motlin (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13102217#comment-13102217 ] Craig P. Motlin commented on WICKET-4041: - That changes the return type. IModel>

[jira] [Resolved] (WICKET-4041) In Model, the type T should not extend Serializable.

2011-09-10 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-4041. --- Resolution: Invalid Assignee: Igor Vaynberg for non-serializable things use LoadableDe

[jira] [Created] (WICKET-4041) In Model, the type T should not extend Serializable.

2011-09-10 Thread Craig P. Motlin (JIRA)
In Model, the type T should not extend Serializable. --- Key: WICKET-4041 URL: https://issues.apache.org/jira/browse/WICKET-4041 Project: Wicket Issue Type: Improvement Components

[jira] [Commented] (WICKET-4040) Fix Javadoc in SimpleAttributeModifier.

2011-09-10 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13102184#comment-13102184 ] Pedro Santos commented on WICKET-4040: -- Thanks > Fix Javadoc in SimpleAttributeModi

[jira] [Resolved] (WICKET-4040) Fix Javadoc in SimpleAttributeModifier.

2011-09-10 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Santos resolved WICKET-4040. -- Resolution: Fixed Assignee: Pedro Santos > Fix Javadoc in SimpleAttributeModifier. > ---

svn commit: r1167656 - /wicket/trunk/wicket-core/src/main/java/org/apache/wicket/behavior/SimpleAttributeModifier.java

2011-09-10 Thread pedro
Author: pedro Date: Sun Sep 11 00:28:12 2011 New Revision: 1167656 URL: http://svn.apache.org/viewvc?rev=1167656&view=rev Log: javadoc fix Issue: WICKET-4040 Modified: wicket/trunk/wicket-core/src/main/java/org/apache/wicket/behavior/SimpleAttributeModifier.java Modified: wicket/trunk/wick

[jira] [Updated] (WICKET-4040) Fix Javadoc in SimpleAttributeModifier.

2011-09-10 Thread Craig P. Motlin (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Craig P. Motlin updated WICKET-4040: Attachment: fix-WICKET-4040.patch > Fix Javadoc in SimpleAttributeModifier. >

[jira] [Created] (WICKET-4040) Fix Javadoc in SimpleAttributeModifier.

2011-09-10 Thread Craig P. Motlin (JIRA)
Fix Javadoc in SimpleAttributeModifier. --- Key: WICKET-4040 URL: https://issues.apache.org/jira/browse/WICKET-4040 Project: Wicket Issue Type: Bug Components: wicket Affects Versions: 1.5-RC

[jira] [Resolved] (WICKET-4039) Make Component#urlFor non-final

2011-09-10 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-4039. --- Resolution: Invalid Assignee: Igor Vaynberg Component#urlFor() is a convenience method

[jira] [Commented] (WICKET-4039) Make Component#urlFor non-final

2011-09-10 Thread Maarten Billemont (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13102125#comment-13102125 ] Maarten Billemont commented on WICKET-4039: --- Whatever is decided in the end; it

[jira] [Commented] (WICKET-4039) Make Component#urlFor non-final

2011-09-10 Thread Pedro Santos (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13102093#comment-13102093 ] Pedro Santos commented on WICKET-4039: -- Componet#urlFor, getResponse, getRequest, et

[jira] [Updated] (WICKET-4038) MountedMapper.mapHandler ruins Links inside mounted pages appending parameters wicket-ajax and wicket-ajax-baseurl

2011-09-10 Thread Andrea Del Bene (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrea Del Bene updated WICKET-4038: Attachment: ajaxParametersCopyFix.txt > MountedMapper.mapHandler ruins Links inside mounte

[jira] [Commented] (WICKET-4038) MountedMapper.mapHandler ruins Links inside mounted pages appending parameters wicket-ajax and wicket-ajax-baseurl

2011-09-10 Thread Andrea Del Bene (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13102084#comment-13102084 ] Andrea Del Bene commented on WICKET-4038: - Hi Pedro, your patch solve problem an

[jira] [Created] (WICKET-4039) Make Component#urlFor non-final

2011-09-10 Thread Maarten Billemont (JIRA)
Make Component#urlFor non-final --- Key: WICKET-4039 URL: https://issues.apache.org/jira/browse/WICKET-4039 Project: Wicket Issue Type: Improvement Reporter: Maarten Billemont My use case is that I w