[jira] Assigned: (WICKET-1123) Ajax Panel Replacement Issue on Fireforx only (Kind of Complex Scenario, subpanels and tables)

2007-11-02 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp reassigned WICKET-1123: --- Assignee: Matej Knopp Ajax Panel Replacement Issue on Fireforx only (Kind of Complex

svn commit: r591368 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/navigation/paging/IPageable.java

2007-11-02 Thread ivaynberg
Author: ivaynberg Date: Fri Nov 2 08:37:31 2007 New Revision: 591368 URL: http://svn.apache.org/viewvc?rev=591368view=rev Log: make ipageable serializable because we keep direct references to it Modified:

[jira] Commented: (WICKET-958) Mounts ignored for PageExpiredErrorPage

2007-11-02 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12539564 ] Johan Compagner commented on WICKET-958: i would start to look why it redirects. So Requestcycle.redirect

[jira] Assigned: (WICKET-1124) Inner form validators not skipped when inner form disabled

2007-11-02 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Knopp reassigned WICKET-1124: --- Assignee: Matej Knopp Inner form validators not skipped when inner form disabled

[jira] Resolved: (WICKET-1118) DateTextField.setEnabled() is not propagated to attached DatePicker

2007-11-02 Thread Martin Funk (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Funk resolved WICKET-1118. - Resolution: Fixed I can confirm, It serves our needs. Thank you. DateTextField.setEnabled()

[jira] Created: (WICKET-1124) Inner form validators not skipped when inner form disabled

2007-11-02 Thread Gwyn Evans (JIRA)
Inner form validators not skipped when inner form disabled -- Key: WICKET-1124 URL: https://issues.apache.org/jira/browse/WICKET-1124 Project: Wicket Issue Type: Bug

[jira] Commented: (WICKET-1124) Inner form validators not skipped when inner form disabled

2007-11-02 Thread Gwyn Evans (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12539545 ] Gwyn Evans commented on WICKET-1124: There is WICKET-709, which added the ability to remove the Validator, but

svn commit: r591449 - /wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/ModalWindow.java

2007-11-02 Thread knopp
Author: knopp Date: Fri Nov 2 13:38:25 2007 New Revision: 591449 URL: http://svn.apache.org/viewvc?rev=591449view=rev Log: fixed IModel argument in setTitle Modified: wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/ModalWindow.java

svn commit: r591486 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax.js

2007-11-02 Thread knopp
Author: knopp Date: Fri Nov 2 14:52:59 2007 New Revision: 591486 URL: http://svn.apache.org/viewvc?rev=591486view=rev Log: Load external javascript specified in markup replaced by Wicket.replaceOuterHTML Modified:

svn commit: r591527 - in /wicket/trunk/jdk-1.4/wicket/src: main/java/org/apache/wicket/markup/html/navigation/paging/IPageable.java test/java/org/apache/wicket/markup/html/navigation/paging/AbstractPa

2007-11-02 Thread jcompagner
Author: jcompagner Date: Fri Nov 2 18:04:06 2007 New Revision: 591527 URL: http://svn.apache.org/viewvc?rev=591527view=rev Log: clusterable Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/navigation/paging/IPageable.java

svn commit: r591528 - in /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http: MockHttpServletResponse.java RequestUtils.java

2007-11-02 Thread jcompagner
Author: jcompagner Date: Fri Nov 2 18:05:08 2007 New Revision: 591528 URL: http://svn.apache.org/viewvc?rev=591528view=rev Log: better handling of redirect urls (which are relative with ../) Modified:

svn commit: r591529 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/request/target/component/BookmarkableListenerInterfaceRequestTarget.java

2007-11-02 Thread jcompagner
Author: jcompagner Date: Fri Nov 2 18:05:59 2007 New Revision: 591529 URL: http://svn.apache.org/viewvc?rev=591529view=rev Log: set the page that is given Modified:

svn commit: r591530 - /wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/request/target/coding/

2007-11-02 Thread jcompagner
Author: jcompagner Date: Fri Nov 2 18:14:00 2007 New Revision: 591530 URL: http://svn.apache.org/viewvc?rev=591530view=rev Log: large test for all the url coding strategies. With stateless forms in stateless pages and in statefull pages Added:

[jira] Commented: (WICKET-975) Update ImageButton to handle ResourceReferenc

2007-11-02 Thread Doug Leeper (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12539806 ] Doug Leeper commented on WICKET-975: As this is my first RFE w/ path...how does one create a diff/patch without

[jira] Commented: (WICKET-957) Change default focus component for focus related events to null

2007-11-02 Thread Carlos Pita (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12539795 ] Carlos Pita commented on WICKET-957: Yes, the decisive factor here is what this other field happens to be. If

[jira] Commented: (WICKET-1108) Inherited Pages don't include components from super page.

2007-11-02 Thread Timo Rantalaiho (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12539875 ] Timo Rantalaiho commented on WICKET-1108: - For what it's worth, I always just assumed that of course Wicket

[jira] Commented: (WICKET-1003) Modal Window Does Not Close When Using IndicatingAjaxButton

2007-11-02 Thread Katz Steven (Nokia-NEBU/Boston) (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12539877 ] Katz Steven (Nokia-NEBU/Boston) commented on WICKET-1003: - --- original message --- From:

[jira] Assigned: (WICKET-975) Update ImageButton to handle ResourceReferenc

2007-11-02 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-975: Assignee: Gerolf Seitz (was: Igor Vaynberg) i will be busy this weekend, see if we can

[jira] Commented: (WICKET-1108) Inherited Pages don't include components from super page.

2007-11-02 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12539886 ] Igor Vaynberg commented on WICKET-1108: --- two-phase init is not a java standard in any way. eg it is not part