It does sound like a weird problem though. Wouldn't the same problem
show up for people installing the current version of Wicket in the
root webcontext?

As a side note: Wicket doesn't read the context path from web.xml, but
gets it from the servlet API/ container. I'd expect this behaviour to
be the same whether you are running a standalone servlet container or
one embedded in OSGi...

Eelco


On 3/7/06, Juergen Donnerstag <[EMAIL PROTECTED]> wrote:
> PrependContextPathHandler is fairly simple. I guess I would copy the
> code, make the modifications you want and register your handler with
> the application. Please see MarkupParserFactory on how to register the
> IMarkupFilter with the application.
>
> Juergen
>
> On 3/8/06, David Leangen <[EMAIL PROTECTED]> wrote:
> >
> > Could somebody please tell me how the PrependContextPathHandler is
> > intended to be overridden (if at all)?
> >
> >
> > I would like to prepend my links with a static URL (like
> > "http://www.company.com/dir/";), and this looks like the place to do it.
> >
> >
> > Thank you!
> >
> >
> >
> >
> > -------------------------------------------------------
> > This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> > that extends applications into web and mobile media. Attend the live webcast
> > and join the prime developer group breaking into this new coding territory!
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> > _______________________________________________
> > Wicket-user mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmdlnk&kid0944&bid$1720&dat1642
> _______________________________________________
> Wicket-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to