[jira] Closed: (WICKET-657) New Wicket Portlet support: adapting wicket-examples to use the new portlet support so they can be run as portlets

2007-09-14 Thread Ate Douma (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ate Douma closed WICKET-657. Resolution: Fixed Done for now > New Wicket Portlet support: adapting wicket-examples to use the new portl

[jira] Commented: (WICKET-657) New Wicket Portlet support: adapting wicket-examples to use the new portlet support so they can be run as portlets

2007-09-14 Thread Ate Douma (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527683 ] Ate Douma commented on WICKET-657: -- NB: Even if the new WicketExamplesMenuApplication/Portlet is capable of showing

[jira] Commented: (WICKET-657) New Wicket Portlet support: adapting wicket-examples to use the new portlet support so they can be run as portlets

2007-09-14 Thread Ate Douma (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527681 ] Ate Douma commented on WICKET-657: -- With the latest changes and additions to the wicket core, all Wicket Examples c

[jira] Resolved: (WICKET-656) New Wicket Portlet support: adding portlet support with a new WicketPortlet and support classes

2007-09-14 Thread Ate Douma (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ate Douma resolved WICKET-656. -- Resolution: Fixed The current implementation is capable of running all the Wicket Examples except for

svn commit: r575851 - /wicket/branches/wicket-1.3.0-beta3-portlet-support/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/portlet/WicketPortlet.java

2007-09-14 Thread ate
Author: ate Date: Fri Sep 14 18:58:12 2007 New Revision: 575851 URL: http://svn.apache.org/viewvc?rev=575851&view=rev Log: WICKET-656: New Wicket Portlet support: adding portlet support with a new WicketPortlet and support classes A much expanded WicketPortlet beyond plain bridging to Wicket: it

[jira] Commented: (WICKET-656) New Wicket Portlet support: adding portlet support with a new WicketPortlet and support classes

2007-09-14 Thread Ate Douma (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527678 ] Ate Douma commented on WICKET-656: -- I've much expanded WicketPortlet beyond plain bridging to Wicket: it now has ma

svn commit: r575848 - in /wicket/branches/wicket-1.3.0-beta3-portlet-support/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http: WicketFilter.java portlet/WicketFilterPortletContext.java

2007-09-14 Thread ate
Author: ate Date: Fri Sep 14 18:49:16 2007 New Revision: 575848 URL: http://svn.apache.org/viewvc?rev=575848&view=rev Log: WICKET-655: New Wicket Portlet support: adding portlet support with a new WicketPortlet and support classes A new optional WicketFilter init parameter: portletOnlyFilter (tru

[jira] Commented: (WICKET-656) New Wicket Portlet support: adding portlet support with a new WicketPortlet and support classes

2007-09-14 Thread Ate Douma (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527677 ] Ate Douma commented on WICKET-656: -- I've written a new WicketExamplesMenuApplication (not yet committed) which only

svn commit: r575847 - /wicket/branches/wicket-1.3.0-beta3-portlet-support/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/portlet/PortletRequestContext.java

2007-09-14 Thread ate
Author: ate Date: Fri Sep 14 18:46:49 2007 New Revision: 575847 URL: http://svn.apache.org/viewvc?rev=575847&view=rev Log: WICKET-655: New Wicket Portlet support: Encode Wicket urls through RenderContext to allow a PortletRenderContext to replace them by PortletURLs Much improved the portlet url

[jira] Resolved: (WICKET-926) New Wicket Portlet support: Support for detached/popup pages

2007-09-14 Thread Ate Douma (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ate Douma resolved WICKET-926. -- Resolution: Fixed Resolving this for now: solution c) works nicely. > New Wicket Portlet support: Supp

[jira] Resolved: (WICKET-654) New Wicket Portlet support: translating Wicket relative paths back to fully qualified paths for usage in a portlet context

2007-09-14 Thread Ate Douma (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ate Douma resolved WICKET-654. -- Resolution: Fixed It works > New Wicket Portlet support: translating Wicket relative paths back to ful

[jira] Resolved: (WICKET-651) New Wicket Portlet support: extending IHeaderResponse and its usage to allow plugging in custom HeaderResponse writing

2007-09-14 Thread Ate Douma (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ate Douma resolved WICKET-651. -- Resolution: Fixed Through the default provided EmbeddedPortletHeaderResponse this already works quite

[jira] Resolved: (WICKET-650) New Wicket Portlet support: use a RequestContext for abstracted url generation, writing header response and namespacing

2007-09-14 Thread Ate Douma (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ate Douma resolved WICKET-650. -- Resolution: Fixed This now just works > New Wicket Portlet support: use a RequestContext for abstracte

[jira] Resolved: (WICKET-649) New Wicket Portlet support: fix appending query parameters

2007-09-14 Thread Ate Douma (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ate Douma resolved WICKET-649. -- Resolution: Fixed Most use-cases covered now except for the caveats I described earlier. For the initia

[jira] Resolved: (WICKET-655) New Wicket Portlet support: Encode Wicket urls through RenderContext to allow a PortletRenderContext to replace them by PortletURLs

2007-09-14 Thread Ate Douma (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ate Douma resolved WICKET-655. -- Resolution: Fixed Much improved portlet url encoding in WebRequestCodingStrategy is now committed: all

svn commit: r575844 - /wicket/branches/wicket-1.3.0-beta3-portlet-support/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/request/WebRequestCodingStrategy.java

2007-09-14 Thread ate
Author: ate Date: Fri Sep 14 18:30:26 2007 New Revision: 575844 URL: http://svn.apache.org/viewvc?rev=575844&view=rev Log: WICKET-655: New Wicket Portlet support: Encode Wicket urls through RenderContext to allow a PortletRenderContext to replace them by PortletURLs Much improved the portlet url

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-14 Thread confluence
Page Edited : WICKET : Community meetups Community meetups has been edited by Nino Martinez (Sep 14, 2007). (View changes) Content:

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-14 Thread confluence
Page Edited : WICKET : Community meetups Community meetups has been edited by Nino Martinez (Sep 14, 2007). (View changes) Content:

[jira] Created: (WICKET-976) IndexedParamUrlCodingStrategy chokes inside appendParameters() on Stateless forms

2007-09-14 Thread chris lintz (JIRA)
IndexedParamUrlCodingStrategy chokes inside appendParameters() on Stateless forms - Key: WICKET-976 URL: https://issues.apache.org/jira/browse/WICKET-976 Project: Wicket

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

2007-09-14 Thread Doug Leeper (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Leeper updated WICKET-975: --- Attachment: ImageButton.java Updated and working patch for ImageButton > Update ImageButton to handl

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

2007-09-14 Thread Doug Leeper (JIRA)
Update ImageButton to handle ResourceReferenc - Key: WICKET-975 URL: https://issues.apache.org/jira/browse/WICKET-975 Project: Wicket Issue Type: New Feature Components: site Affects

[jira] Resolved: (WICKET-971) Wicket Javadoc Standardization: org.apache.wicket.util.watch

2007-09-14 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-971. -- Resolution: Fixed Fix Version/s: 1.3.0-beta4 Assignee: Igor Vaynberg > Wicket J

[jira] Resolved: (WICKET-970) Wicket Javadoc Standardization: org.apache.wicket.validation.*

2007-09-14 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-970. -- Resolution: Fixed Fix Version/s: 1.3.0-beta4 Assignee: Igor Vaynberg > Wicket J

svn commit: r575710 - in /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/watch: IModifiable.java ModificationWatcher.java package.html

2007-09-14 Thread ivaynberg
Author: ivaynberg Date: Fri Sep 14 07:51:19 2007 New Revision: 575710 URL: http://svn.apache.org/viewvc?rev=575710&view=rev Log: WICKET-971: Wicket Javadoc Standardization Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/watch/IModifiable.java wicket/trunk/jdk-

svn commit: r575705 [2/2] - in /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/validation: ./ validator/

2007-09-14 Thread ivaynberg
Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/validation/validator/UrlValidator.java URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/validation/validator/UrlValidator.java?rev=575705&r1=575704&r2=575705&view=diff ==

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-14 Thread confluence
Page Edited : WICKET : Community meetups Community meetups has been edited by Arje Cahn (Sep 14, 2007). (View changes) Content: Boo

[CONF] Apache Wicket: Community meetups (page edited)

2007-09-14 Thread confluence
Page Edited : WICKET : Community meetups Community meetups has been edited by Danny van Bruggen (Sep 14, 2007). (View changes) Content:

[jira] Commented: (WICKET-974) Image#getResource always returns null even if there is a resource

2007-09-14 Thread Peter Ertl (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527448 ] Peter Ertl commented on WICKET-974: --- Well, I was wrong (thanks gerolf) localizedImageResource is never null so the

[jira] Updated: (WICKET-974) Image#getResource always returns null even if there is a resource

2007-09-14 Thread Peter Ertl (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Ertl updated WICKET-974: -- Attachment: image.patch > Image#getResource always returns null even if there is a resource > -

[jira] Commented: (WICKET-969) Assign other css style to datepicker

2007-09-14 Thread Gerolf Seitz (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527443 ] Gerolf Seitz commented on WICKET-969: - thread on user list: http://www.nabble.com/Howto-customize-yui-datepicker

[jira] Created: (WICKET-974) Image#getResource always returns null even if there is a resource

2007-09-14 Thread Peter Ertl (JIRA)
Image#getResource always returns null even if there is a resource - Key: WICKET-974 URL: https://issues.apache.org/jira/browse/WICKET-974 Project: Wicket Issue Type: Bug

[jira] Updated: (WICKET-973) setRenderAllowed not called in Tree items

2007-09-14 Thread Alberto Bueno (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alberto Bueno updated WICKET-973: - Component/s: wicket > setRenderAllowed not called in Tree items > ---

[jira] Created: (WICKET-973) setRenderAllowed not called in Tree items

2007-09-14 Thread Alberto Bueno (JIRA)
setRenderAllowed not called in Tree items - Key: WICKET-973 URL: https://issues.apache.org/jira/browse/WICKET-973 Project: Wicket Issue Type: Bug Reporter: Alberto Bueno I'm using Tree co

[jira] Updated: (WICKET-972) IndexedParamUrlCodingStrategy seems to have problems handling resources

2007-09-14 Thread Peter Ertl (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Ertl updated WICKET-972: -- Attachment: test.zip > IndexedParamUrlCodingStrategy seems to have problems handling resources > --

[jira] Created: (WICKET-972) IndexedParamUrlCodingStrategy seems to have problems handling resources

2007-09-14 Thread Peter Ertl (JIRA)
IndexedParamUrlCodingStrategy seems to have problems handling resources --- Key: WICKET-972 URL: https://issues.apache.org/jira/browse/WICKET-972 Project: Wicket Issue Type:

[jira] Commented: (WICKET-964) provide direct access on output stream in resources

2007-09-14 Thread Peter Ertl (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527379 ] Peter Ertl commented on WICKET-964: --- I did some tests and it works great. Thanks a lot! :-) > provide direct acce