In this (and only this case) you can use bean:write with filter="false" 

This will work
 

> -----Ursprüngliche Nachricht-----
> Von: Carl Smith [mailto:[EMAIL PROTECTED] 
> Gesendet: Montag, 1. August 2005 22:08
> An: Struts Users Mailing List
> Betreff: Form bean's attribute displays as Html
> 
> 
> I have an attribute in my ActionForm (called myForm) called 
> text, this text have a value of 
> 
> <a href="http://www.yahoo.com";>Click here to Yahoo.com</a>, 
> now I want this attribute to be displayed on web page as a 
> hyper link. I used <bean:write name="myForm" 
> property="text"/>, which prints <a 
> href="http://www.yahoo.com";>Click here to Yahoo.com</a> on 
> the screen. I understand I should't use <bean:write> tag 
> since it prints all the value to JSPWriter, the thing is 
> which is the correct tag/way to display the value of the 
> frombean's attribute as a html to the user?
> 
> Thanks in advance. 
> 
>               
> ---------------------------------
>  Start your day with Yahoo! - make it your home page 
> 



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

Reply via email to