On 2/6/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
> On 2/5/07, Carfield Yim <[EMAIL PROTECTED]> wrote:
> > The application I work with will send a email to user to activate his
> > account after registration. The activate message is something like
> >
> >
> > ======================================================
> > Registration completed, here is your login detail:
> > username: carfield
> > password: carfield
> >
> > Please go to 
> > [http://host/path/activation/?userid=110300&key=DA273E8825C2C26F3181F852C305BA9F]
> > to activate your account
> > ======================================================
> >
> > The work ok for jetty and resin, but at tomcat 5.5, when user click
> > the link, he will redirecto to
> >
> > http://host/path/activation//wicket:pageMapName/wicket-5
> >
> > But just copy and paste the link work ok, can anyone have any idea of
> > why will this happen?
>
> No idea. /activation is a mounted bookmarkable page?
>
Yes , it is, and if I remove the mount and just use the long
bookmarkable link, it work ok.

The other issue I just found is after I click this link, whatever long
or mounted one, the add(HeaderContributor.forCss()) fail to add the
link rel like

<link rel="stylesheet" type="text/css"
href="/resources/package.Class/xxx.css"></link>

There is no exception or warning , just whole stop from adding to
HTML. Will anyone have any idea about this?

Appearance it is the first issue triggered this.

-------------------------------------------------------------------------
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&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to