Simply I have links that jump to tables in one page, and my HTML looks
like this:

<td align="center"><a href="#1">RFQ&nbsp;(<span
wicket:id="lbl_rfqCount">1</span>)</a></td>

Now the span part works fine, but the whole line renders like this

<td align="center"><a href="/#1">RFQ&nbsp;(<span>2</span>)</a></td>

which means that wicket is adding /, so in some way I think wicket is
processing all links even if they are just static links (there is no
<wicket:link> in my project at all also) :)

Regards, Ali



On 2/21/06, Johan Compagner <[EMAIL PROTECTED]> wrote:
> what does the links really look like?
> and how do you run youre app? What is youre context?
>
> johan
>
>
>
>
> On 2/21/06, Ali Zaid < [EMAIL PROTECTED]> wrote:
> > Ok;
> >
> > Now you going to really hate me :), this build messed up anchors, so if I 
> > have a page with an anchor instead of calling the same page and anchor 
> > (like it use to) it now take me to the root with the anchor.
> >
> >  Hope I will not be hated for this :)
> >
> > Regards, Ali
> >
> >
> > On 2/21/06, Martijn Dashorst < [EMAIL PROTECTED] > wrote:
> > > A new snapshot is available, we have fixed the problems that have
> > > arisen with the previous one. The snapshot contains as usual:
> > >  - wicket-core
> > >  - wicket-extensions
> > >  - wicket-examples
> > >  - wicket-quickstart
> > >
> > > Martijn
> > >
> > > --
> > > Living a wicket life...
> > >
> > > Martijn Dashorst -  http://www.jroller.com/page/dashorst
> > >
> > > Wicket 1.1.1 is out: http://wicket.sourceforge.net/wicket-1.1
> > >
> > >
> > > -------------------------------------------------------
> > > This SF.net email is sponsored by: Splunk Inc. Do you grep through log 
> > > files
> > > for problems?  Stop!  Download the new AJAX search engine that makes
> > > searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> > >   http://sel.as-us.falkag.net/sel?cmdlnk&kid3432&bid#0486&dat1642
> > > _______________________________________________
> > > Wicket-user mailing list
> > >  Wicket-user@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/wicket-user
> > >
> >
> >
> >
> > --
> > Regards, Ali
>
>



--
Regards, Ali


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to