Re: [Wicket-user] servlet-mapping

2006-11-17 Thread Dipu
Hi Igor, Johan Thanks very myuch for the clarification. Regards Dipu - Original Message - From: Igor Vaynberg To: wicket-user@lists.sourceforge.net Sent: Thursday, November 16, 2006 6:22 PM Subject: Re: [Wicket-user] servlet-mapping to better explain usually static

Re: [Wicket-user] servlet-mapping

2006-11-17 Thread Jean-Baptiste Quenot
* James Carnegie: I don't know the answer to your problem, but I am experiencing it too and would be very interested in learning about any solutions you find. Customers need to be able to specify what URL's look like, so the Wicket framework should _not_ dictate this. Can someone

[Wicket-user] servlet-mapping

2006-11-16 Thread Dipu
Hi All, I noticed that the last modified headers is missing and fire fox is loading the static resources twice. my servlet marpping looks like this servlet-mapping servlet-namecontrol/servlet-name url-pattern/*/url-pattern /servlet-mapping when i change this to somthing like

Re: [Wicket-user] servlet-mapping

2006-11-16 Thread Jean-Baptiste Quenot
What is the context path of your webapp within the servlet container? Have you seen this issue: http://issues.apache.org/jira/browse/WICKET-66 All the best, -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/

Re: [Wicket-user] servlet-mapping

2006-11-16 Thread Dipu
@lists.sourceforge.net Sent: Thursday, November 16, 2006 3:40 PM Subject: Re: [Wicket-user] servlet-mapping What is the context path of your webapp within the servlet container? Have you seen this issue: http://issues.apache.org/jira/browse/WICKET-66 All the best, -- Jean-Baptiste

Re: [Wicket-user] servlet-mapping

2006-11-16 Thread James Carnegie
to static resources when the url-pattern/*/url-pattern Regards Dipu - Original Message - From: Jean-Baptiste Quenot [EMAIL PROTECTED] To: wicket-user@lists.sourceforge.net Sent: Thursday, November 16, 2006 3:40 PM Subject: Re: [Wicket-user] servlet-mapping What is the context

Re: [Wicket-user] servlet-mapping

2006-11-16 Thread Johan Compagner
modified header to static resources when the url-pattern/*/url-pattern Regards Dipu - Original Message - From: Jean-Baptiste Quenot [EMAIL PROTECTED] To: wicket-user@lists.sourceforge.net Sent: Thursday, November 16, 2006 3:40 PM Subject: Re: [Wicket-user] servlet-mapping What

Re: [Wicket-user] servlet-mapping

2006-11-16 Thread Igor Vaynberg
Message - From: Jean-Baptiste Quenot [EMAIL PROTECTED] To: wicket-user@lists.sourceforge.net Sent: Thursday, November 16, 2006 3:40 PM Subject: Re: [Wicket-user] servlet-mapping What is the context path of your webapp within the servlet container? Have you seen this issue

Re: [Wicket-user] servlet-mapping

2006-11-16 Thread James Carnegie
- From: Jean-Baptiste Quenot [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] To: wicket-user@lists.sourceforge.net mailto:wicket-user@lists.sourceforge.net Sent: Thursday, November 16, 2006 3:40 PM Subject: Re: [Wicket-user] servlet-mapping

Re: [Wicket-user] servlet-mapping

2006-11-16 Thread James Carnegie
@lists.sourceforge.net Sent: Thursday, November 16, 2006 3:40 PM Subject: Re: [Wicket-user] servlet-mapping What is the context path of your webapp within the servlet container? Have you seen this issue: http://issues.apache.org/jira

Re: [Wicket-user] servlet-mapping

2006-11-16 Thread Gwyn Evans
On 16/11/06, Igor Vaynberg [EMAIL PROTECTED] wrote: someone mind putting this on the wiki? Done - thanks for the text/info, now at: http://cwiki.apache.org/WICKET/best-practices-and-gotchas.html#BestPracticesandGotchas-WicketServletMapping /Gwyn

Re: [Wicket-user] servlet-mapping

2006-11-16 Thread Frank Bille
On 11/16/06, Johan Compagner [EMAIL PROTECTED] wrote: (maybe we backport the filter to 1.3 i don't know yet) Hmm sounds like we really ought to. This is one of the really FAQ. Frank - Take Surveys. Earn Cash. Influence

[Wicket-user] servlet mapping

2006-03-29 Thread Theo vN
Hi In the web.xml of the wicket-examples the servlet mapping is shown as.. servlet-mapping servlet-nameLinkomaticApplication/servlet-name url-pattern/linkomatic/*/url-pattern /servlet-mapping The above does work in Tomcat but not in Orion

Re: [Wicket-user] servlet mapping

2006-03-29 Thread Juergen Donnerstag
That realy looks like a orion bug Juergen On 3/29/06, Theo vN [EMAIL PROTECTED] wrote: Hi In the web.xml of the wicket-examples the servlet mapping is shown as.. servlet-mapping servlet-nameLinkomaticApplication/servlet-name