[CONF] Apache Wicket: New Page (page created)

2007-08-30 Thread confluence
Page Created : WICKET : New Page New Page has been created by Oleg Taranenko (Aug 30, 2007). Content: Bookmarkable link Table of contents Simple master-detail e

[jira] Commented: (WICKET-878) IllegalStateException accessing Session.get() from own Resource implementation

2007-08-30 Thread Thomas Singer (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523794 ] Thomas Singer commented on WICKET-878: -- Although I'm using wicket's trunk at rev. 570773, I'm still getting the

[jira] Commented: (WICKET-878) IllegalStateException accessing Session.get() from own Resource implementation

2007-08-30 Thread Matej Knopp (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523804 ] Matej Knopp commented on WICKET-878: The problem now is that your doFilter is invoked before WicketFilter.doFilte

[jira] Commented: (WICKET-878) IllegalStateException accessing Session.get() from own Resource implementation

2007-08-30 Thread Eelco Hillenius (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523801 ] Eelco Hillenius commented on WICKET-878: You have to place the filter mapping of the wicket session filter be

[CONF] Apache Wicket: Simple master-detail example (page edited)

2007-08-30 Thread confluence
Page Edited : WICKET : Simple master-detail example Simple master-detail example has been edited by Oleg Taranenko (Aug 30, 2007). (View changes)

[jira] Created: (WICKET-906) It is impossible to inject primitives

2007-08-30 Thread Marat Radchenko (JIRA)
It is impossible to inject primitives - Key: WICKET-906 URL: https://issues.apache.org/jira/browse/WICKET-906 Project: Wicket Issue Type: Bug Components: wicket-spring Affects Versions: 1.3.0

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

2007-08-30 Thread knopp
Author: knopp Date: Thu Aug 30 07:25:36 2007 New Revision: 571182 URL: http://svn.apache.org/viewvc?rev=571182&view=rev Log: (empty) Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apa

[jira] Commented: (WICKET-609) Wicket should provide an easy method to generate absolute urls to bookmarkable pages

2007-08-30 Thread Marat Radchenko (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523860 ] Marat Radchenko commented on WICKET-609: Solution: {code:java} String getAbsoluteUrl(final HttpServletReques

[jira] Commented: (WICKET-609) Wicket should provide an easy method to generate absolute urls to bookmarkable pages

2007-08-30 Thread Ryan Crumley (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523862 ] Ryan Crumley commented on WICKET-609: - Marat: That solution does not work in wicket 1.3. The reason is that Requ

[jira] Commented: (WICKET-609) Wicket should provide an easy method to generate absolute urls to bookmarkable pages

2007-08-30 Thread Marat Radchenko (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523863 ] Marat Radchenko commented on WICKET-609: Ryan: Damn. is it possible to ask Wicket to return context path rela

svn commit: r571206 - /wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/repeater/data/sort/AjaxFallbackOrderByBorder.java

2007-08-30 Thread ivaynberg
Author: ivaynberg Date: Thu Aug 30 08:26:18 2007 New Revision: 571206 URL: http://svn.apache.org/viewvc?rev=571206&view=rev Log: align border hierarchy with latest border changes Modified: wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/repe

svn commit: r571212 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/lang/Classes.java

2007-08-30 Thread ivaynberg
Author: ivaynberg Date: Thu Aug 30 08:43:41 2007 New Revision: 571212 URL: http://svn.apache.org/viewvc?rev=571212&view=rev Log: added isPrimitive Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/lang/Classes.java Modified: wicket/trunk/jdk-1.4/wicket/src/main/jav

[jira] Resolved: (WICKET-906) It is impossible to inject primitives

2007-08-30 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-906. -- Resolution: Fixed Fix Version/s: 1.3.0-beta4 > It is impossible to inject primitives > -

svn commit: r571213 - /wicket/trunk/jdk-1.4/wicket-ioc/src/main/java/org/apache/wicket/proxy/LazyInitProxyFactory.java

2007-08-30 Thread ivaynberg
Author: ivaynberg Date: Thu Aug 30 08:43:58 2007 New Revision: 571213 URL: http://svn.apache.org/viewvc?rev=571213&view=rev Log: WICKET-906 Modified: wicket/trunk/jdk-1.4/wicket-ioc/src/main/java/org/apache/wicket/proxy/LazyInitProxyFactory.java Modified: wicket/trunk/jdk-1.4/wicket-ioc/sr

[jira] Commented: (WICKET-609) Wicket should provide an easy method to generate absolute urls to bookmarkable pages

2007-08-30 Thread Ryan Crumley (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523869 ] Ryan Crumley commented on WICKET-609: - I do not think so. Alastair gave me a solution on irc a while back that i

[jira] Commented: (WICKET-904) AnnotProxyFieldValueFactory creates proxies for FactoryBeans that return null

2007-08-30 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523870 ] Igor Vaynberg commented on WICKET-904: -- and if that doesnt work there is always code.google.com/p/salve which mi

[jira] Resolved: (WICKET-904) AnnotProxyFieldValueFactory creates proxies for FactoryBeans that return null

2007-08-30 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-904. -- Resolution: Won't Fix Assignee: Igor Vaynberg i dont think we can do this. (a) factory be

[jira] Commented: (WICKET-609) Wicket should provide an easy method to generate absolute urls to bookmarkable pages

2007-08-30 Thread Marat Radchenko (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523889 ] Marat Radchenko commented on WICKET-609: Solution, take two (how handles pages in different directories): {c

[jira] Commented: (WICKET-609) Wicket should provide an easy method to generate absolute urls to bookmarkable pages

2007-08-30 Thread Marat Radchenko (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523892 ] Marat Radchenko commented on WICKET-609: One more test (works): {code:java} System.out.println(toAbsolutePat

[jira] Commented: (WICKET-609) Wicket should provide an easy method to generate absolute urls to bookmarkable pages

2007-08-30 Thread Marat Radchenko (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523900 ] Marat Radchenko commented on WICKET-609: Free bonus of this approach is no need to hardcode context path. As

svn commit: r571261 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/parser/filter/RelativePathPrefixHandler.java

2007-08-30 Thread ivaynberg
Author: ivaynberg Date: Thu Aug 30 11:10:20 2007 New Revision: 571261 URL: http://svn.apache.org/viewvc?rev=571261&view=rev Log: fix for a possible hierarchy mismatch error Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/parser/filter/RelativePathPrefixHandler.ja

[jira] Updated: (WICKET-609) Wicket should provide an easy method to generate absolute urls to bookmarkable pages

2007-08-30 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg updated WICKET-609: - Priority: Critical (was: Minor) al is on holiday for a bit, so stay tuned. > Wicket should prov

[jira] Updated: (WICKET-871) Markup hirarchy gets messed up when value of attribute 'background' is a relative path

2007-08-30 Thread Martin Funk (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Funk updated WICKET-871: --- Attachment: RelativePathPrefixHandlerTest.patch The attachment contains a testcase for prooving the b

[jira] Updated: (WICKET-871) Markup hirarchy gets messed up when value of attribute 'background' is a relative path

2007-08-30 Thread Martin Funk (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Funk updated WICKET-871: --- Attachment: RelativePathPrefixHandler.patch The attached file RelativePathPrefixHandler.patch contain

[jira] Updated: (WICKET-907) FeedbackMessage SUCCESS level?

2007-08-30 Thread Sean Sullivan (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Sullivan updated WICKET-907: - Component/s: wicket > FeedbackMessage SUCCESS level? > -- > >

[jira] Created: (WICKET-907) FeedbackMessage SUCCESS level?

2007-08-30 Thread Sean Sullivan (JIRA)
FeedbackMessage SUCCESS level? -- Key: WICKET-907 URL: https://issues.apache.org/jira/browse/WICKET-907 Project: Wicket Issue Type: Improvement Affects Versions: 1.3.0-beta3, 1.3.0-beta2, 1.3.0-beta1

[jira] Commented: (WICKET-907) FeedbackMessage SUCCESS level?

2007-08-30 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523986 ] Igor Vaynberg commented on WICKET-907: -- i dont know if we should do that, i believe you can already map this as

[jira] Assigned: (WICKET-907) FeedbackMessage SUCCESS level?

2007-08-30 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-907: Assignee: Igor Vaynberg > FeedbackMessage SUCCESS level? > -- >

svn commit: r571360 - in /wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/filter: FilterForm.java FilterToolbar.html FilterToolbar.jav

2007-08-30 Thread ivaynberg
Author: ivaynberg Date: Thu Aug 30 20:19:55 2007 New Revision: 571360 URL: http://svn.apache.org/viewvc?rev=571360&view=rev Log: applied WICKET-853 Modified: wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/filter/FilterForm.ja

[jira] Assigned: (WICKET-853) Repaired invalid HTML markup produced by FilterToolbar

2007-08-30 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-853: Assignee: Igor Vaynberg > Repaired invalid HTML markup produced by FilterToolbar > ---

[jira] Resolved: (WICKET-853) Repaired invalid HTML markup produced by FilterToolbar

2007-08-30 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-853. -- Resolution: Fixed > Repaired invalid HTML markup produced by FilterToolbar > -

[jira] Resolved: (WICKET-782) Select doesn't validate 'Required'

2007-08-30 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-782. -- Resolution: Fixed i have tried it with the forminput examples, calling setrequired on siteSele

[jira] Assigned: (WICKET-894) setStripComments corrupts other HTML tags

2007-08-30 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-894: Assignee: Juergen Donnerstag > setStripComments corrupts other HTML tags >

svn commit: r571362 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/AbstractChoice.java

2007-08-30 Thread ivaynberg
Author: ivaynberg Date: Thu Aug 30 20:54:13 2007 New Revision: 571362 URL: http://svn.apache.org/viewvc?rev=571362&view=rev Log: WICKET-881 escape strings only when specified Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/AbstractChoice.java Modified:

[jira] Resolved: (WICKET-881) AbstractChoice not taking into account html escape settings

2007-08-30 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-881. -- Resolution: Fixed Fix Version/s: 1.3.0-beta4 > AbstractChoice not taking into account ht

[jira] Assigned: (WICKET-881) AbstractChoice not taking into account html escape settings

2007-08-30 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-881: Assignee: Igor Vaynberg > AbstractChoice not taking into account html escape settings > ---

svn commit: r571363 - in /wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/markup/parser: PageExpectedResult_3.html Page_3.html Page_3.java RelativePathPrefixHandlerTest.java

2007-08-30 Thread ivaynberg
Author: ivaynberg Date: Thu Aug 30 20:58:13 2007 New Revision: 571363 URL: http://svn.apache.org/viewvc?rev=571363&view=rev Log: WICKET-871 Markup hirarchy gets messed up when value of attribute 'background' is a relative path Added: wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wick

[jira] Resolved: (WICKET-871) Markup hirarchy gets messed up when value of attribute 'background' is a relative path

2007-08-30 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-871. -- Resolution: Fixed doh, i fixed this earlier today but didnt notice it was already in jira > Ma

[jira] Updated: (WICKET-757) FormComponent.rawInput needs a better name

2007-08-30 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg updated WICKET-757: - Fix Version/s: (was: 1.3.0-beta4) 1.4.0-alpha it will require yet another

[jira] Assigned: (WICKET-707) Invoking a request listener on a page returns an Expired Error page

2007-08-30 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-707: Assignee: Matej Knopp problem here is not that the page cannot implement the listener - tha

[jira] Commented: (WICKET-836) feedback panels not being updated when inside repeaters

2007-08-30 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523999 ] Igor Vaynberg commented on WICKET-836: -- what was the reason for specifically calling updatefeedback() _before_

[jira] Assigned: (WICKET-836) feedback panels not being updated when inside repeaters

2007-08-30 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-836: Assignee: Matej Knopp see my comment, do you remember what the reason was? > feedback pane

[jira] Assigned: (WICKET-289) It appears urlFor(behavior,interface) is not making the url for the behavior but rather the component the behavior is on

2007-08-30 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-289: Assignee: Johan Compagner (was: Igor Vaynberg) how bout you fix somethin! :) > It appears

[jira] Assigned: (WICKET-824) Session id encoding problem in cookie-less mode

2007-08-30 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-824: Assignee: Alastair Maw i just confirmed it, no jsession id is appended to the url - not eve

[jira] Assigned: (WICKET-669) AjaxEditableLabel needs Model for adding a IValidator

2007-08-30 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-669: Assignee: Alastair Maw > AjaxEditableLabel needs Model for adding a IValidator > --

svn commit: r571380 - /wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxEditableLabel.java

2007-08-30 Thread ivaynberg
Author: ivaynberg Date: Thu Aug 30 22:07:20 2007 New Revision: 571380 URL: http://svn.apache.org/viewvc?rev=571380&view=rev Log: todo for the future Modified: wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxEditableLabel.java Modified:

[jira] Commented: (WICKET-635) FormTester Does Not Properly Handle DropDownChoice With Null Model

2007-08-30 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524005 ] Igor Vaynberg commented on WICKET-635: -- where does -1 come from? fc.getvalue() is final and afict it will return

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

2007-08-30 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-512. -- Resolution: Invalid Assignee: Igor Vaynberg when using listview inside a form you have to

[jira] Updated: (WICKET-563) Let Application create error pages

2007-08-30 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg updated WICKET-563: - Fix Version/s: (was: 1.3.0-rc1) 1.4.0-alpha we cant do this for 1.3 as it

[jira] Resolved: (WICKET-883) Modification Watcher Task Log

2007-08-30 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-883. -- Resolution: Fixed Fix Version/s: 1.3.0-beta4 > Modification Watcher Task Log > -

[jira] Assigned: (WICKET-622) Component.toString() is unsafe

2007-08-30 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-622: Assignee: Juergen Donnerstag > Component.toString() is unsafe > --

[jira] Resolved: (WICKET-530) FormComponent.type ignored for print

2007-08-30 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-530. -- Resolution: Won't Fix Assignee: Igor Vaynberg all you have to do is override getconverter

[jira] Assigned: (WICKET-635) FormTester Does Not Properly Handle DropDownChoice With Null Model

2007-08-30 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-635: Assignee: Igor Vaynberg > FormTester Does Not Properly Handle DropDownChoice With Null Mode

[jira] Assigned: (WICKET-406) form fields are reset when a file upload fails

2007-08-30 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-406: Assignee: Matej Knopp whats the deal with this one? > form fields are reset when a file up