[jira] Commented: (WICKET-2774) Form#onSubmit() not called in StatlessForm on pages mounted using WebPage#mountBookmarkablePage(String, Class)

2010-03-15 Thread Joachim F. Kainz (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12845746#action_12845746 ] Joachim F. Kainz commented on WICKET-2774: -- How would I do that in the example ab

[jira] Updated: (WICKET-2785) The "Building from SVN" page points to Wicket 1.4.3 as the latest release when it should be 1.4.7

2010-03-15 Thread Adam A. Koch (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam A. Koch updated WICKET-2785: - Description: The link "Wicket 1.4" on http://wicket.apache.org/building-from-svn.html poin

[jira] Created: (WICKET-2785) The "Building from SVN" page points to Wicket 1.4.3 as the latest release when it should be 1.4.7

2010-03-15 Thread Adam A. Koch (JIRA)
The "Building from SVN" page points to Wicket 1.4.3 as the latest release when it should be 1.4.7 - Key: WICKET-2785 URL: https://issues.apache.org/jira/browse/WICKET-

svn commit: r923509 - /wicket/trunk/wicket/src/test/java/org/apache/wicket/markup/html/link/BookmarkableHomePageLinksPage_result.html

2010-03-15 Thread ivaynberg
Author: ivaynberg Date: Mon Mar 15 23:41:53 2010 New Revision: 923509 URL: http://svn.apache.org/viewvc?rev=923509&view=rev Log: fix test Modified: wicket/trunk/wicket/src/test/java/org/apache/wicket/markup/html/link/BookmarkableHomePageLinksPage_result.html Modified: wicket/trunk/wicket/s

svn commit: r923492 [2/2] - in /wicket/trunk: wicket-auth-roles/src/main/java/org/apache/wicket/authentication/ wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/ wicket-examples/s

2010-03-15 Thread ivaynberg
Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/request/handler/impl/RenderPageRequestHandler.java URL: http://svn.apache.org/viewvc/wicket/trunk/wicket/src/main/java/org/apache/wicket/request/handler/impl/RenderPageRequestHandler.java?rev=923492&r1=923491&r2=923492&view=diff ==

svn commit: r923479 [6/6] - in /wicket/trunk: testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/ wicket-auth-roles/src/main/java/org/apache/wicket/authentication/pages/ wi

2010-03-15 Thread ivaynberg
Copied: wicket/trunk/wicket/src/test/java/org/apache/wicket/request/mapper/BasicResourceReferenceMapperTest.java (from r923312, wicket/trunk/wicket/src/test/java/org/apache/wicket/ng/request/mapper/BasicResourceReferenceMapperTest.java) URL: http://svn.apache.org/viewvc/wicket/trunk/wicket/src/

[jira] Issue Comment Edited: (WICKET-2783) FormTester.submit does not work with AjaxButtons

2010-03-15 Thread Tony Wu (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12845571#action_12845571 ] Tony Wu edited comment on WICKET-2783 at 3/15/10 10:31 PM: --- Also

[jira] Commented: (WICKET-2783) FormTester.submit does not work with AjaxButtons

2010-03-15 Thread Tony Wu (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12845571#action_12845571 ] Tony Wu commented on WICKET-2783: - Also want to add that moving the TextField disable (th

[jira] Updated: (WICKET-2783) FormTester.submit does not work with AjaxButtons

2010-03-15 Thread Tony Wu (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tony Wu updated WICKET-2783: Attachment: wicket-ajax-submit-bug.zip It seems the workaround per the attachment is to use executeAjaxEve

[jira] Closed: (WICKET-2784) wicket-datetime not compatible with YUI menu

2010-03-15 Thread Josh Chappelle (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Chappelle closed WICKET-2784. -- Resolution: Fixed Latest snapshot on 3/15/2010 of the YUI library seemed to resolve the issue.

[jira] Commented: (WICKET-2781) Support @SpringBean injection into generic superclass

2010-03-15 Thread Erkki Lindpere (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12845466#action_12845466 ] Erkki Lindpere commented on WICKET-2781: I implemented a more generic method[1], b

[jira] Commented: (WICKET-2648) DatePicker javascript uses 4 symbols for year although pattern contains just yy

2010-03-15 Thread Andrey Lopatin (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12845431#action_12845431 ] Andrey Lopatin commented on WICKET-2648: I agree with Giovanni - there is still a

[jira] Created: (WICKET-2784) wicket-datetime not compatible with YUI menu

2010-03-15 Thread Josh Chappelle (JIRA)
wicket-datetime not compatible with YUI menu Key: WICKET-2784 URL: https://issues.apache.org/jira/browse/WICKET-2784 Project: Wicket Issue Type: Bug Components: wicket-datetime Affec

svn commit: r923336 - in /wicket/trunk/wicket/src/main/java/org/apache/wicket: Application.java protocol/http/WebApplication.java

2010-03-15 Thread ivaynberg
Author: ivaynberg Date: Mon Mar 15 16:56:47 2010 New Revision: 923336 URL: http://svn.apache.org/viewvc?rev=923336&view=rev Log: move helper method from webapp to app Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/Application.java wicket/trunk/wicket/src/main/java/org/apac

[jira] Resolved: (WICKET-713) AbstractAjaxBehavior can not be reused.

2010-03-15 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-713. -- Resolution: Fixed Assignee: Igor Vaynberg added ibehavior#unbind > AbstractAjaxBehavior

svn commit: r923333 - in /wicket/trunk: wicket-examples/src/test/java/org/apache/wicket/examples/ wicket-examples/src/test/java/org/apache/wicket/filtertest/ wicket/src/main/java/org/apache/wicket/ wi

2010-03-15 Thread ivaynberg
Author: ivaynberg Date: Mon Mar 15 16:38:35 2010 New Revision: 92 URL: http://svn.apache.org/viewvc?rev=92&view=rev Log: added behavior.unbind. more consistent mapping for webapp#getrootmapperascompound() Removed: wicket/trunk/wicket-examples/src/test/java/org/apache/wicket/examples

[jira] Commented: (WICKET-2774) Form#onSubmit() not called in StatlessForm on pages mounted using WebPage#mountBookmarkablePage(String, Class)

2010-03-15 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12845386#action_12845386 ] Igor Vaynberg commented on WICKET-2774: --- have you tried mounting the page with a que

[jira] Updated: (WICKET-2780) Containers in forms inside a border is not validated correctly

2010-03-15 Thread Adriano dos Santos Fernandes (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adriano dos Santos Fernandes updated WICKET-2780: - Attachment: bordervalidation.zip Enter something invalid in the