Just as an aside, to the best of my knowledge, this isn't something
that's new/changed in 1.2, hence nothing in any transition notes -
this is been there right from the start, but maybe it's more apparent
now there tends to be more to Wicket than the basic servlet, if you
see what I mean.

/Gwyn

On 21/04/06, Vincent Jenks <[EMAIL PROTECTED]> wrote:
> Finally got around to putting the /* in the mapping and t's all good
> now, thanks!
>
> On 4/21/06, Vincent Jenks <[EMAIL PROTECTED]> wrote:
> > Oh, sorry, here's the whole thing.
> >
> >   <servlet>
> >     <servlet-name>ProductCatalogApp</servlet-name>
> >     <servlet-class>wicket.protocol.http.WicketServlet</servlet-class>
> >     <init-param>
> >       <param-name>applicationClassName</param-name>
> >       <param-value>com.myapp.ProductCatalogApp</param-value>
> >     </init-param>
> >     <load-on-startup>1</load-on-startup>
> >   </servlet>
> >   <servlet-mapping>
> >     <servlet-name>ProductCatalogApp</servlet-name>
> >     <url-pattern>/products</url-pattern>
> >   </servlet-mapping>
> >
> > ...obviously I need to change it to /products/* ??  I guess I must
> > have missed that in the transition doc, sorry!


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to