Hi,

I can confirm this, happens for me when multiple DatePicker components are used in the same page. Submitted a bug report for this: https://sourceforge.net/tracker/index.php? func=detail&aid=1290843&group_id=119783&atid=684975

Regards,
Ralf


Am 13.09.2005 um 17:36 schrieb Nick Heudecker:

Once we updated to the rc1 jars for Wicket and Extensions, the DatePicker no longer renders. We get the following Wicket exception:

wicket.WicketRuntimeException: The component(s) below failed to render:

1. [MarkupContainer [Component id = calendarMain, page = pages.events.EditEvent, path = 13:border:eventForm:endDatePicker:calendarMain.JavaScriptReference, isVisible = true, isVersioned = true]] 2. [MarkupContainer [Component id = calendarSetup, page = pages.events.EditEvent, path = 13:border:eventForm:endDatePicker:calendarSetup.JavaScriptReference, i sVisible = true, isVersioned = true]] 3. [MarkupContainer [Component id = calendarLanguage, page = pages.events.EditEvent, path = 13:border:eventForm:endDatePicker:calendarLanguage.JavaScriptReference , isVisible = true, isVersioned = true]] 4. [MarkupContainer [Component id = calendarStyle, page = pages.events.EditEvent, path = 13:border:eventForm:endDatePicker:calendarStyle.StyleSheetReference, i sVisible = true, isVersioned = true]]

at wicket.Page.checkRendering(Page.java:966)
at wicket.Page.doRender(Page.java:253)
at wicket.protocol.http.WebRequestCycle.redirectTo (WebRequestCycle.java:219)
at wicket.RequestCycle.respond(RequestCycle.java:852)
at wicket.RequestCycle.request(RequestCycle.java:404)
at wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:195)
at javax.servlet.http.HttpServlet.service (HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

The page in question has two DatePickers, but pages with a single date picker also fail to work, they just don't throw an exception. I thought this might be related to bug 1284029, but adjusting the url-mapping in the web.xml didn't fix it.

The worked fine with b4 as the root servlet.  Any ideas?




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to