You can use an Label with escapeModelStrings set to false
On Sun, Feb 20, 2011 at 10:35 PM, Paolo <[email protected]> wrote:
> How can I write something into the HTML page, from Java code.
> A similar fast metod like in javascript to write in HTML:
>
> document.write("Hello word");
>
> It is userfull for conditional messagge like:
>
> If (sum==5) { document.write("It is right!") }
>
> or it may be userfull for an simple email antispam system, like in
> javascript:
>
> document.write("irresi"+"stiblecam"+"@"+"gma"+"il.com");
>
> Thank you.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
--
Pedro Henrique Oliveira dos Santos