[jira] Created: (WICKET-1539) Rework UrlValidator using jdk5's java.net.URI

2008-04-16 Thread Igor Vaynberg (JIRA)
Rework UrlValidator using jdk5's java.net.URI - Key: WICKET-1539 URL: https://issues.apache.org/jira/browse/WICKET-1539 Project: Wicket Issue Type: Improvement Components: wicket

[jira] Created: (WICKET-1541) PopupSettings' windowName fixes for IE

2008-04-16 Thread Martin Grigorov (JIRA)
PopupSettings' windowName fixes for IE -- Key: WICKET-1541 URL: https://issues.apache.org/jira/browse/WICKET-1541 Project: Wicket Issue Type: Improvement Components: wicket Affects Versions:

[jira] Updated: (WICKET-1541) PopupSettings' windowName fixes for IE

2008-04-16 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov updated WICKET-1541: Attachment: popups.tgz PopupSettings' windowName fixes for IE

[jira] Created: (WICKET-1542) Transparent Resolvers as targets for Ajax requests

2008-04-16 Thread Jan Kriesten (JIRA)
Transparent Resolvers as targets for Ajax requests -- Key: WICKET-1542 URL: https://issues.apache.org/jira/browse/WICKET-1542 Project: Wicket Issue Type: Improvement Components:

[jira] Updated: (WICKET-1541) PopupSettings' windowName fixes for IE

2008-04-16 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov updated WICKET-1541: Description: In o.a.w.markup.html.link.PopupSettings.java there is a fix for IE at line

[jira] Created: (WICKET-1543) AjaxFormSubmitBehavior fails to find the form if it is added directly to the form

2008-04-16 Thread Kent Tong (JIRA)
AjaxFormSubmitBehavior fails to find the form if it is added directly to the form - Key: WICKET-1543 URL: https://issues.apache.org/jira/browse/WICKET-1543 Project:

[jira] Created: (WICKET-1545) problems with stateless forms and radiogroups/checkgroups

2008-04-16 Thread Alexei Sokolov (JIRA)
problems with stateless forms and radiogroups/checkgroups - Key: WICKET-1545 URL: https://issues.apache.org/jira/browse/WICKET-1545 Project: Wicket Issue Type: Bug

[jira] Created: (WICKET-1546) Package resource not found for YUI package

2008-04-16 Thread Per Newgro (JIRA)
Package resource not found for YUI package -- Key: WICKET-1546 URL: https://issues.apache.org/jira/browse/WICKET-1546 Project: Wicket Issue Type: Wish Components: wicket-extensions

svn commit: r648797 - /wicket/branches/wicket-1.3.x/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/authentication/MyAuthenticatedWebSession.java

2008-04-16 Thread marrink
Author: marrink Date: Wed Apr 16 12:23:28 2008 New Revision: 648797 URL: http://svn.apache.org/viewvc?rev=648797view=rev Log: fix deprecated 2 arg constructor Modified:

svn commit: r648812 - /wicket/trunk/wicket-examples/.tomcatplugin

2008-04-16 Thread marrink
Author: marrink Date: Wed Apr 16 12:43:07 2008 New Revision: 648812 URL: http://svn.apache.org/viewvc?rev=648812view=rev Log: fix tomcat classpath (for those of us using the eclipse tomcat plugin) Modified: wicket/trunk/wicket-examples/.tomcatplugin Modified:

svn commit: r648813 - /wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/authentication/MyAuthenticatedWebSession.java

2008-04-16 Thread marrink
Author: marrink Date: Wed Apr 16 12:43:23 2008 New Revision: 648813 URL: http://svn.apache.org/viewvc?rev=648813view=rev Log: fix deprecated 2 arg constructor Modified: wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/authentication/MyAuthenticatedWebSession.java

svn commit: r648815 - /wicket/branches/wicket-1.3.x/jdk-1.5/wicket-examples/.tomcatplugin

2008-04-16 Thread marrink
Author: marrink Date: Wed Apr 16 12:45:17 2008 New Revision: 648815 URL: http://svn.apache.org/viewvc?rev=648815view=rev Log: fix tomcat classpath (for those of us using the eclipse tomcat plugin) Modified: wicket/branches/wicket-1.3.x/jdk-1.5/wicket-examples/.tomcatplugin Modified:

svn commit: r648844 - in /wicket/trunk/wicket/src/main/java/org/apache/wicket: ./ markup/ markup/html/border/ markup/html/form/

2008-04-16 Thread jdonnerstag
Author: jdonnerstag Date: Wed Apr 16 13:58:34 2008 New Revision: 648844 URL: http://svn.apache.org/viewvc?rev=648844view=rev Log: generics Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java wicket/trunk/wicket/src/main/java/org/apache/wicket/Request.java

svn commit: r648846 - in /wicket/trunk/wicket/src/main/java/org/apache/wicket/markup: html/basic/Label.java html/body/BodyTagAttributeModifier.java html/debug/PageView.java parser/filter/HeadForceTagI

2008-04-16 Thread jdonnerstag
Author: jdonnerstag Date: Wed Apr 16 14:01:14 2008 New Revision: 648846 URL: http://svn.apache.org/viewvc?rev=648846view=rev Log: generics Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/basic/Label.java

svn commit: r648890 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/DropDownChoice.java

2008-04-16 Thread ivaynberg
Author: ivaynberg Date: Wed Apr 16 15:42:16 2008 New Revision: 648890 URL: http://svn.apache.org/viewvc?rev=648890view=rev Log: generics Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/DropDownChoice.java Modified:

svn commit: r648892 - in /wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples: dates/DatesPage.java forminput/FormInput.java

2008-04-16 Thread ivaynberg
Author: ivaynberg Date: Wed Apr 16 15:48:05 2008 New Revision: 648892 URL: http://svn.apache.org/viewvc?rev=648892view=rev Log: generics Modified: wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/dates/DatesPage.java

[jira] Commented: (WICKET-1349) Wicket Ajax response generates a ^ character in the javascript code

2008-04-16 Thread H Q T (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12589765#action_12589765 ] H Q T commented on WICKET-1349: --- I have this issue also - where I put javascript functions

[jira] Commented: (WICKET-1534) Allow multiple URL coding strategies on the same mount path

2008-04-16 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12589834#action_12589834 ] Erik van Oosten commented on WICKET-1534: - After a small investigation I found