no, it's not the taglib that isn't parsed but the html tags in the
property's string to be written by the taglib.


----- Original Message ----- 
From: "Kishore Senji" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <user@struts.apache.org>
Sent: Tuesday, October 11, 2005 12:18 AM
Subject: Re: html tags not parsed by taglibs


When you say "bean:write is not parsed", you mean that in the html source
that's generated you see "bean:write" in it? If so, you might have just
forgot the bean taglib reference (<%@ taglib ...%>)

On 10/10/05, Eric Plante <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> When I hardcode something like <font color="red">hello</font> between
> <div>
> and </div> in my jsp page, it works.
>
> if I put the same string in a property and use it in a bean:write, it's
> not
> parsed, the page shows the whole string which is not what I need.
>
> Is there a way to make the bean:write parse the string in the jsp? And can
> someone explain to me why bean:write acts like that?
>
> Thanks
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to