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] > >