[jira] Updated: (WICKET-40) Parameters of nice URL's pages with 'sensitive' characters

2007-04-27 Thread Jean-Baptiste Quenot (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-40?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Baptiste Quenot updated WICKET-40: --- Attachment: 20070427-WICKET-40-WicketFilter-no-decoding.txt The attached patch

[jira] Commented: (WICKET-40) Parameters of nice URL's pages with 'sensitive' characters

2007-04-27 Thread Jean-Baptiste Quenot (JIRA)
URL: https://issues.apache.org/jira/browse/WICKET-40 > Project: Wicket > Issue Type: Bug > Components: wicket >Affects Versions: 1.2.3 >Reporter: Jan Bareš > Assigned To: Alastair Maw > Attachments: 20070427-WICKET-40-W

[jira] Updated: (WICKET-40) Parameters of nice URL's pages with 'sensitive' characters

2007-04-27 Thread Jean-Baptiste Quenot (JIRA)
ts: wicket >Affects Versions: 1.2.3 >Reporter: Jan Bareš > Assigned To: Alastair Maw > Priority: Critical > Attachments: 20070427-WICKET-40-WicketFilter-no-decoding.txt > > > Wicket uses HttpServletRequest.getPathInfo() to get the the

[jira] Commented: (WICKET-510) Create Maven 2 Archetype

2007-04-27 Thread Gwyn Evans (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492233 ] Gwyn Evans commented on WICKET-510: --- Other (related) links... - http://www.nabble.com/Maven2-archetypes-t2111397.ht

[jira] Commented: (WICKET-510) Create Maven 2 Archetype

2007-04-27 Thread Martin Funk (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492242 ] Martin Funk commented on WICKET-510: This is how far I got into that subject earlier: http://wicketarch.sourcefo

[jira] Updated: (WICKET-254) WicketTester does not toggle isValid() of a single, ajax-validated form field

2007-04-27 Thread Timo Rantalaiho (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timo Rantalaiho updated WICKET-254: --- Attachment: ajax-validation-sans-submit-1.3.0.zip Version for 1.3.0 snapshot (Fri, 27 Apr 200

[jira] Updated: (WICKET-254) WicketTester does not toggle isValid() of a single, ajax-validated form field

2007-04-27 Thread Timo Rantalaiho (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timo Rantalaiho updated WICKET-254: --- Affects Version/s: (was: 2.0) 1.3 I ported the quickstart to the c

[jira] Created: (WICKET-511) New ServletWebRequest.getParameterMap() implementation is broken

2007-04-27 Thread JIRA
New ServletWebRequest.getParameterMap() implementation is broken Key: WICKET-511 URL: https://issues.apache.org/jira/browse/WICKET-511 Project: Wicket Issue Type: Bug

[jira] Created: (WICKET-512) RadioChoice unselects selected radio when clicked twice

2007-04-27 Thread Nino Martinez (JIRA)
RadioChoice unselects selected radio when clicked twice --- Key: WICKET-512 URL: https://issues.apache.org/jira/browse/WICKET-512 Project: Wicket Issue Type: Bug Components: wicke

[jira] Updated: (WICKET-512) RadioChoice unselects selected radio when clicked twice

2007-04-27 Thread Nino Martinez (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nino Martinez updated WICKET-512: - Attachment: wicketRadio.zip quickstart project that shows this behavior > RadioChoice unselects

[jira] Updated: (WICKET-512) RadioChoice unselects selected radio when clicked twice

2007-04-27 Thread Nino Martinez (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nino Martinez updated WICKET-512: - Description: Something's not right with RadioGroup when using wantOnSelectionChangedNotification

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

2007-04-27 Thread jcompagner
Author: jcompagner Date: Fri Apr 27 06:45:03 2007 New Revision: 533094 URL: http://svn.apache.org/viewvc?view=rev&rev=533094 Log: public getter for the shown variable, too know if the dialog is currently showing or not Modified: incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java

[jira] Commented: (WICKET-511) New ServletWebRequest.getParameterMap() implementation is broken

2007-04-27 Thread Gwyn Evans (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492290 ] Gwyn Evans commented on WICKET-511: --- Looks like it was WICKET-291 that changed it - although I doubt it was apprec

[jira] Updated: (WICKET-511) New ServletWebRequest.getParameterMap() implementation is broken

2007-04-27 Thread JIRA
[ https://issues.apache.org/jira/browse/WICKET-511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Bareš updated WICKET-511: - Priority: Trivial (was: Critical) Aha, I should call PageParameters.getString() instead of get(). So may

[jira] Commented: (WICKET-511) New ServletWebRequest.getParameterMap() implementation is broken

2007-04-27 Thread Johan Compagner (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492297 ] Johan Compagner commented on WICKET-511: so we now follow the spec and now we think it is broken??? we can ro

[jira] Commented: (WICKET-511) New ServletWebRequest.getParameterMap() implementation is broken

2007-04-27 Thread Gwyn Evans (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492305 ] Gwyn Evans commented on WICKET-511: --- Well, it's now "doing the right thing", but as a matter of policy, had we rea

[CONF] Apache Wicket: Index (page edited)

2007-04-27 Thread confluence
Page Edited : WICKET : Index Index has been edited by wanglei (Apr 27, 2007). (View changes) Content: Bookmarkable URL Linking to t

[jira] Resolved: (WICKET-493) Inconsistent url generation is not finished

2007-04-27 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-493. -- Resolution: Won't Fix going to track this in wicket-290 since this bug report is, well, useless

[jira] Reopened: (WICKET-290) Inconsistent url generation

2007-04-27 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reopened WICKET-290: -- looks like redirectooriginaldestination can use a little more love > Inconsistent url generation >

[jira] Commented: (WICKET-290) Inconsistent url generation

2007-04-27 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492338 ] Igor Vaynberg commented on WICKET-290: -- andy, what exactly does this break for you? > Inconsistent url generati

svn commit: r533173 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/list/ListItemModel.java

2007-04-27 Thread almaw
Author: almaw Date: Fri Apr 27 10:29:31 2007 New Revision: 533173 URL: http://svn.apache.org/viewvc?view=rev&rev=533173 Log: Provide support for setting objects in the list view's models. Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/list/ListIte

svn commit: r533221 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/convert/converters/DateConverter.java

2007-04-27 Thread ivaynberg
Author: ivaynberg Date: Fri Apr 27 13:47:43 2007 New Revision: 533221 URL: http://svn.apache.org/viewvc?view=rev&rev=533221 Log: since john removed the check for empty strings from formcomponent.convert() this is broken. the check was removed to converters can decide how to convert an empty stri

[jira] Commented: (WICKET-290) Inconsistent url generation

2007-04-27 Thread Andy Bel (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492399 ] Andy Bel commented on WICKET-290: - 1. All image icons don't show up right now after login. But they show up later af

[jira] Commented: (WICKET-290) Inconsistent url generation

2007-04-27 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492400 ] Igor Vaynberg commented on WICKET-290: -- do the icons not show up because the css file is not found? or are the i

[jira] Commented: (WICKET-290) Inconsistent url generation

2007-04-27 Thread Andy Bel (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492407 ] Andy Bel commented on WICKET-290: - Because most of images outside css. > Inconsistent url generation >

[jira] Commented: (WICKET-290) Inconsistent url generation

2007-04-27 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492412 ] Igor Vaynberg commented on WICKET-290: -- if images are outside css, such as wicket should rewrite the src attr

svn commit: r533245 - in /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket: MarkupContainer.java markup/html/form/Form.java markup/html/form/FormComponent.java

2007-04-27 Thread ivaynberg
Author: ivaynberg Date: Fri Apr 27 15:40:46 2007 New Revision: 533245 URL: http://svn.apache.org/viewvc?view=rev&rev=533245 Log: changed form processing workflow to use postorder traverasals. this should be a noop for normal formcomponents, but for compound formcomponents that extend formcompone

[jira] Commented: (WICKET-290) Inconsistent url generation

2007-04-27 Thread Andy Bel (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492414 ] Andy Bel commented on WICKET-290: - Most of my images has not fixed urls. These are like this img.add(new AttributeM

[jira] Commented: (WICKET-290) Inconsistent url generation

2007-04-27 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492417 ] Igor Vaynberg commented on WICKET-290: -- that isnt really a good way to go with wicket. because anything like pag

[jira] Commented: (WICKET-290) Inconsistent url generation

2007-04-27 Thread Andy Bel (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492419 ] Andy Bel commented on WICKET-290: - Yes,it's good. Thanks, I think we should have this class in wicket core classes.

[jira] Commented: (WICKET-290) Inconsistent url generation

2007-04-27 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492421 ] Igor Vaynberg commented on WICKET-290: -- in 1.3 we are going to have ContextImage, you can follow progress here

[jira] Resolved: (WICKET-290) Inconsistent url generation

2007-04-27 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-290. -- Resolution: Fixed > Inconsistent url generation > --- > >

[jira] Commented: (WICKET-290) Inconsistent url generation

2007-04-27 Thread Andy Bel (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492426 ] Andy Bel commented on WICKET-290: - If you think that more careful forcing redirect will not break other Wicket funct

[jira] Commented: (WICKET-290) Inconsistent url generation

2007-04-27 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492428 ] Igor Vaynberg commented on WICKET-290: -- i think really the only thing that can break with this change is stuff t

svn commit: r533274 - in /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup: Markup.java html/panel/Fragment.java

2007-04-27 Thread ivaynberg
Author: ivaynberg Date: Fri Apr 27 18:09:17 2007 New Revision: 533274 URL: http://svn.apache.org/viewvc?view=rev&rev=533274 Log: WICKET-404 and better exception message in Fragment Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/Markup.java incubat

[jira] Assigned: (WICKET-404) Using Borders with Markup Inheritance causes component resolution failures

2007-04-27 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-404: Assignee: Igor Vaynberg (was: Juergen Donnerstag) > Using Borders with Markup Inheritance

[jira] Resolved: (WICKET-404) Using Borders with Markup Inheritance causes component resolution failures

2007-04-27 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-404. -- Resolution: Fixed Fix Version/s: 1.3 > Using Borders with Markup Inheritance causes comp

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

2007-04-27 Thread ivaynberg
Author: ivaynberg Date: Fri Apr 27 22:32:11 2007 New Revision: 533296 URL: http://svn.apache.org/viewvc?view=rev&rev=533296 Log: added Wicket.$ - matej feel free to change this to whatever as long as it returns null if element is not found. added nullcheck to wicketshow and wickethide, now indic

svn commit: r533307 - in /incubator/wicket/trunk/jdk-1.4/wicket/src: main/java/org/apache/wicket/ main/java/org/apache/wicket/behavior/ test/java/org/apache/wicket/

2007-04-27 Thread ivaynberg
Author: ivaynberg Date: Fri Apr 27 23:19:41 2007 New Revision: 533307 URL: http://svn.apache.org/viewvc?view=rev&rev=533307 Log: renamed ibehavior.rendered to ibehavior.afterrender to better align with ibehavior.beforerender. added ibehavior.istemporary(). Modified: incubator/wicket/trunk/