You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by "Gerrit Scholz | QUERPLEX.de" <ge...@querplex.de> on 2012/02/13 15:43:39 UTC

Dynamic link text without span

Hi there,
 
how can I create a dynamic link text without a span. 
If I add a span tag in the link, the link is not formatted correctly. I cannot change the css file, because this is developed from another company. 
 
Thanks
 
Gerrit


---------------------------------------------------------------------------
QUERPLEX GmbH Nürnberg | www.querplex.de
Kornmarkt 2
D-90402 Nürnberg
---------------------------------------------------------------------------
Tel +49 (0)911 94 11 98 - 0
Fax +49 (0)911 94 11 98 - 59
---------------------------------------------------------------------------
Registergericht Nürnberg HRB 20 123
Geschäftsführerin: Angelika Benkert
---------------------------------------------------------------------------

Re: Dynamic link text without span

Posted by Sven Meier <sv...@meiers.net>.
spanComponent.setRenderBodyOnly(true)

or

<wicket:container wicket:id="spanComponent"></wicket:container>

Sven

Am 13.02.2012 15:43, schrieb Gerrit Scholz | QUERPLEX.de:
> Hi there,
>
> how can I create a dynamic link text without a span.
> If I add a span tag in the link, the link is not formatted correctly. I cannot change the css file, because this is developed from another company.
>
> Thanks
>
> Gerrit
>
>
> ---------------------------------------------------------------------------
> QUERPLEX GmbH Nürnberg | www.querplex.de
> Kornmarkt 2
> D-90402 Nürnberg
> ---------------------------------------------------------------------------
> Tel +49 (0)911 94 11 98 - 0
> Fax +49 (0)911 94 11 98 - 59
> ---------------------------------------------------------------------------
> Registergericht Nürnberg HRB 20 123
> Geschäftsführerin: Angelika Benkert
> ---------------------------------------------------------------------------
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org