Hello,

I'm facing a very specific issue with Links in a cell of the inmethod DatGrid:

-        If I use a link with a static text next to a label with a variable 
text, the link works perfectly:

<label wicket:id="label">A variable text</label>&nbsp;<a href="some url" 
wicket:id="link">Read More...</a>

-        Now if I change the hierarchy (in markup and in java), the same link 
won't work:

<a href="some url" wicket:id="link"> <label wicket:id="label">A variable 
text</label></a>
Curiously enough, if you view the source of the page in the browser, and copy 
the generated href and paste it in a new browser window, the link works as 
expected.
Any experience or idea on this?

Jean-Pierre DE SOZA
Software Engineer


Reply via email to