Are you sure you only have 1 servlet and there is no conflict between
different mappings?
I can imagine such problem if you used 2 difrenent servlets:
  a)  wicket   mapped to '/*'
  a)  other   mapped to '/'

Maybe that's not it, but ... I would check this :)

Darek

On 9/9/05, Ali Zaid <[EMAIL PROTECTED]> wrote:
> I must first begin with a spaecial thanks for the help that I got before,
> still I'm totally lost, and this is the case...
>  
>  I have a page that has a form in it, and I wanted to add a datepicker for a
> field, the probelm was that when I do that I don't get the datepicker, and
> the link to the datepicker resources are showed like this:
>  
> http://localhost:8080/zozik//resources/wicket.extensions.markup.html.datepicker.DatePickerSettings/calendar_icon_1.jpg
>  
>  Now I was advice to change something and it did work, what I had in my 
> web.xml
>  
>  <url-pattern>/</url-pattern>
>  
>  was changed to
>  
>  <url-pattern>/*</url-pattern>
>  
>  and the datepicker works, but not the forms anymore, onSubmit is not called
> at all.
>  
>  It's not I'm frustrated, nor that I have to use datepicket extension (cause
> I can just go back to use it as is - javascript), I'm afraid that I'm doing
> something wrong that will come back to me later, I got back to have
> <url-pattern>/</url-pattern>, and trying to debug my code.
>  Please help.
> -- 
> Regards, Ali


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to