You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by BatiB80 <se...@torexretail.de> on 2007/10/28 13:46:28 UTC

Add String which contains HTML markups

Hi@all,

I want to add some string to a HTML page which already contains some HTML
markups. 

For example: 

add(new Label("component_id", "some textwhich contains makups"));

If I add the HTML Markups will be shown instead of interpreted. Does anybody
knows what to do???

Thanks in advance,
Sebastian
-- 
View this message in context: http://www.nabble.com/Add-String-which-contains-HTML-markups-tf4706791.html#a13452983
Sent from the Wicket - User mailing list archive at Nabble.com.


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


Re: Add String which contains HTML markups

Posted by BatiB80 <se...@torexretail.de>.
such simple... :-D

Thank you very much!!!


-- 
View this message in context: http://www.nabble.com/Add-String-which-contains-HTML-markups-tf4706791.html#a13453417
Sent from the Wicket - User mailing list archive at Nabble.com.


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


Re: Add String which contains HTML markups

Posted by Thijs <cr...@mytweakers.net>.
BatiB80 wrote:
> Hi@all,
>
> I want to add some string to a HTML page which already contains some HTML
> markups. 
>
> For example: 
>
> add(new Label("component_id", "some textwhich contains makups"));
>
> If I add the HTML Markups will be shown instead of interpreted. Does anybody
> knows what to do???
>
> Thanks in advance,
> Sebastian
>   
see: (multiline)label..setEscapeModelStrings(false));

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