[jira] Commented: (WICKET-1707) Wicket.replaceOuterHtmlIE() (wicket-ajax.js) has very low performance.

2008-06-19 Thread Bartosz Owczarek (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606642#action_12606642 ] Bartosz Owczarek commented on WICKET-1707: -- I've tried replacing entire table eve

[jira] Issue Comment Edited: (WICKET-1707) Wicket.replaceOuterHtmlIE() (wicket-ajax.js) has very low performance.

2008-06-19 Thread Bartosz Owczarek (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606642#action_12606642 ] ojejku edited comment on WICKET-1707 at 6/19/08 11:13 PM: --

svn commit: r669610 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/util/convert/ConverterLocator.java

2008-06-19 Thread ivaynberg
Author: ivaynberg Date: Thu Jun 19 11:15:14 2008 New Revision: 669610 URL: http://svn.apache.org/viewvc?rev=669610&view=rev Log: clean up for WICKET-1706 Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/util/convert/ConverterLocator.java Modified: wicket/trunk/wicket/src/main/

[jira] Resolved: (WICKET-1706) org.apache.wicket.util.lang.Objects.convertValue returns null if it cannot convert the value

2008-06-19 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-1706. --- Resolution: Fixed Fix Version/s: 1.4-M3 1.3.4 > org.apache.wicket.

svn commit: r669582 - in /wicket/trunk/wicket/src/main/java/org/apache/wicket/util: convert/ConverterLocator.java lang/Objects.java

2008-06-19 Thread ivaynberg
Author: ivaynberg Date: Thu Jun 19 10:29:25 2008 New Revision: 669582 URL: http://svn.apache.org/viewvc?rev=669582&view=rev Log: WICKET-1706 Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/util/convert/ConverterLocator.java wicket/trunk/wicket/src/main/java/org/apache/wicke

svn commit: r669577 - /wicket/branches/wicket-1.3.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/lang/Objects.java

2008-06-19 Thread ivaynberg
Author: ivaynberg Date: Thu Jun 19 10:23:48 2008 New Revision: 669577 URL: http://svn.apache.org/viewvc?rev=669577&view=rev Log: WICKET-1706: org.apache.wicket.util.lang.Objects.convertValue returns null if it cannot convert the value Modified: wicket/branches/wicket-1.3.x/jdk-1.4/wicket/sr

[jira] Issue Comment Edited: (WICKET-1709) Allow configuration of the guice Stage for GuiceWebApplicationFactory

2008-06-19 Thread Geoff Reedy (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606460#action_12606460 ] gereedy edited comment on WICKET-1709 at 6/19/08 10:19 AM: ---

svn commit: r669575 - in /wicket/branches/wicket-1.3.x/jdk-1.5/wicket-spring-annot/src/test/java/org/apache/wicket/spring/injection: annot/AnnotProxyFieldValueFactoryTest.java util/Bean.java

2008-06-19 Thread ivaynberg
Author: ivaynberg Date: Thu Jun 19 10:20:13 2008 New Revision: 669575 URL: http://svn.apache.org/viewvc?rev=669575&view=rev Log: fix test Modified: wicket/branches/wicket-1.3.x/jdk-1.5/wicket-spring-annot/src/test/java/org/apache/wicket/spring/injection/annot/AnnotProxyFieldValueFactoryTest.

svn commit: r669573 - /wicket/trunk/wicket-spring/src/test/java/org/apache/wicket/spring/injection/util/Bean.java

2008-06-19 Thread ivaynberg
Author: ivaynberg Date: Thu Jun 19 10:19:03 2008 New Revision: 669573 URL: http://svn.apache.org/viewvc?rev=669573&view=rev Log: fix test Modified: wicket/trunk/wicket-spring/src/test/java/org/apache/wicket/spring/injection/util/Bean.java Modified: wicket/trunk/wicket-spring/src/test/java/

svn commit: r669571 - /wicket/trunk/wicket-spring/src/test/java/org/apache/wicket/spring/injection/annot/AnnotProxyFieldValueFactoryTest.java

2008-06-19 Thread ivaynberg
Author: ivaynberg Date: Thu Jun 19 10:17:44 2008 New Revision: 669571 URL: http://svn.apache.org/viewvc?rev=669571&view=rev Log: fix test Modified: wicket/trunk/wicket-spring/src/test/java/org/apache/wicket/spring/injection/annot/AnnotProxyFieldValueFactoryTest.java Modified: wicket/trunk/

[jira] Resolved: (WICKET-613) Prototype scoped Spring beans

2008-06-19 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-613. -- Resolution: Fixed Fix Version/s: (was: 1.3.0-beta2) 1.4-M3

svn commit: r669569 - /wicket/branches/wicket-1.3.x/jdk-1.5/wicket-spring-annot/src/main/java/org/apache/wicket/spring/injection/annot/AnnotProxyFieldValueFactory.java

2008-06-19 Thread ivaynberg
Author: ivaynberg Date: Thu Jun 19 10:00:16 2008 New Revision: 669569 URL: http://svn.apache.org/viewvc?rev=669569&view=rev Log: WICKET-613 Modified: wicket/branches/wicket-1.3.x/jdk-1.5/wicket-spring-annot/src/main/java/org/apache/wicket/spring/injection/annot/AnnotProxyFieldValueFactory.ja

[jira] Updated: (WICKET-1709) Allow configuration of the guice Stage for GuiceWebApplicationFactory

2008-06-19 Thread Geoff Reedy (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Geoff Reedy updated WICKET-1709: Attachment: guice-enh.patch Patch implementing enhancement for WICKET-1709 and WICKET-1708 > Allo

[jira] Commented: (WICKET-1708) Allow the module init parameter to contain multiple class names

2008-06-19 Thread Geoff Reedy (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606461#action_12606461 ] Geoff Reedy commented on WICKET-1708: - See patch attached to WICKET-1709 > Allow the

svn commit: r669567 - /wicket/trunk/wicket-spring/src/main/java/org/apache/wicket/spring/injection/annot/AnnotProxyFieldValueFactory.java

2008-06-19 Thread ivaynberg
Author: ivaynberg Date: Thu Jun 19 09:58:49 2008 New Revision: 669567 URL: http://svn.apache.org/viewvc?rev=669567&view=rev Log: WICKET-613 Modified: wicket/trunk/wicket-spring/src/main/java/org/apache/wicket/spring/injection/annot/AnnotProxyFieldValueFactory.java Modified: wicket/trunk/wi

[jira] Assigned: (WICKET-1706) org.apache.wicket.util.lang.Objects.convertValue returns null if it cannot convert the value

2008-06-19 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-1706: - Assignee: Igor Vaynberg > org.apache.wicket.util.lang.Objects.convertValue returns null

svn commit: r669560 [8/8] - in /wicket/sandbox/ivaynberg/generics: testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/ testing/wicket-threadtest/src/main/java/org/apache/wi

2008-06-19 Thread ivaynberg
Modified: wicket/sandbox/ivaynberg/generics/wicket/src/main/java/org/apache/wicket/version/undo/Remove.java URL: http://svn.apache.org/viewvc/wicket/sandbox/ivaynberg/generics/wicket/src/main/java/org/apache/wicket/version/undo/Remove.java?rev=669560&r1=669559&r2=669560&view=diff

[jira] Commented: (WICKET-1707) Wicket.replaceOuterHtmlIE() (wicket-ajax.js) has very low performance.

2008-06-19 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606423#action_12606423 ] Matej Knopp commented on WICKET-1707: - I'm affraid there is not much room for performa

[jira] Assigned: (WICKET-1707) Wicket.replaceOuterHtmlIE() (wicket-ajax.js) has very low performance.

2008-06-19 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-1707: - Assignee: Matej Knopp > Wicket.replaceOuterHtmlIE() (wicket-ajax.js) has very low perfor

[jira] Assigned: (WICKET-1709) Allow configuration of the guice Stage for GuiceWebApplicationFactory

2008-06-19 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-1709: - Assignee: Alastair Maw > Allow configuration of the guice Stage for GuiceWebApplicationF

[jira] Assigned: (WICKET-1708) Allow the module init parameter to contain multiple class names

2008-06-19 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-1708: - Assignee: Alastair Maw > Allow the module init parameter to contain multiple class names

[jira] Assigned: (WICKET-1710) Modalwindow somehow does not update backing model.

2008-06-19 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-1710: - Assignee: Matej Knopp > Modalwindow somehow does not update backing model. > ---

[CONF] Apache Wicket: Conditional Validation (page edited)

2008-06-19 Thread confluence
Page Edited : WICKET : Conditional Validation Conditional Validation has been edited by Will Hoover (Jun 19, 2008). (View changes) Cont

[jira] Commented: (WICKET-1489) Create component "Menu"

2008-06-19 Thread Sergey Derugo (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606398#action_12606398 ] Sergey Derugo commented on WICKET-1489: --- One more userful link http://javathoughts.

[jira] Updated: (WICKET-1710) Modalwindow somehow does not update backing model.

2008-06-19 Thread Nino Martinez (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nino Martinez updated WICKET-1710: -- Description: Please see the two attachments(one not working and one fixing it). And this thre

[jira] Updated: (WICKET-1710) Modalwindow somehow does not update backing model.

2008-06-19 Thread Nino Martinez (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nino Martinez updated WICKET-1710: -- Attachment: ModalWindowTestcase2.war original problem > Modalwindow somehow does not update b

[jira] Created: (WICKET-1710) Modalwindow somehow does not update backing model.

2008-06-19 Thread Nino Martinez (JIRA)
Modalwindow somehow does not update backing model. -- Key: WICKET-1710 URL: https://issues.apache.org/jira/browse/WICKET-1710 Project: Wicket Issue Type: Bug Components: wicket Af

[jira] Updated: (WICKET-1710) Modalwindow somehow does not update backing model.

2008-06-19 Thread Nino Martinez (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nino Martinez updated WICKET-1710: -- Attachment: modalwindow.zip this is the workaround > Modalwindow somehow does not update back

[jira] Created: (WICKET-1709) Allow configuration of the guice Stage for GuiceWebApplicationFactory

2008-06-19 Thread Geoff Reedy (JIRA)
Allow configuration of the guice Stage for GuiceWebApplicationFactory - Key: WICKET-1709 URL: https://issues.apache.org/jira/browse/WICKET-1709 Project: Wicket Issue Type: I

[jira] Created: (WICKET-1708) Allow the module init parameter to contain multiple class names

2008-06-19 Thread Geoff Reedy (JIRA)
Allow the module init parameter to contain multiple class names --- Key: WICKET-1708 URL: https://issues.apache.org/jira/browse/WICKET-1708 Project: Wicket Issue Type: Improvement

[jira] Commented: (WICKET-1664) WebPage ERROR message

2008-06-19 Thread Frank Bille Jensen (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606378#action_12606378 ] Frank Bille Jensen commented on WICKET-1664: Could it be related to WICKET-168

[jira] Updated: (WICKET-1664) WebPage ERROR message

2008-06-19 Thread Frank Bille Jensen (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Bille Jensen updated WICKET-1664: --- Assignee: Igor Vaynberg > WebPage ERROR message > -- > >

[jira] Updated: (WICKET-1707) Wicket.replaceOuterHtmlIE() (wicket-ajax.js) has very low performance.

2008-06-19 Thread Bartosz Owczarek (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bartosz Owczarek updated WICKET-1707: - Description: Hi. Firstly I'd like to say that I'm using wicket framework in my company

[jira] Updated: (WICKET-1707) Wicket.replaceOuterHtmlIE() (wicket-ajax.js) has very low performance.

2008-06-19 Thread Bartosz Owczarek (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bartosz Owczarek updated WICKET-1707: - Description: Hi. Firstly I'd like to say that I'm using wicket framework in my company

[jira] Created: (WICKET-1707) Wicket.replaceOuterHtmlIE() (wicket-ajax.js) has very low performance.

2008-06-19 Thread Bartosz Owczarek (JIRA)
Wicket.replaceOuterHtmlIE() (wicket-ajax.js) has very low performance. -- Key: WICKET-1707 URL: https://issues.apache.org/jira/browse/WICKET-1707 Project: Wicket Issue Type:

[jira] Commented: (WICKET-1489) Create component "Menu"

2008-06-19 Thread Sergey Derugo (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606313#action_12606313 ] Sergey Derugo commented on WICKET-1489: --- You can adopt the menu component from here