I have to iterate thru a list of strings, some of the string element include
html tag
like <b>Copmany Names:</b>   it print out litterlly like this
 Copmany Names:</br>, not the bolded word Company Names:

here is what the iterate tag look like
<s:iterator value="CompanyNames" status="stat">
        <tr>
        <td><s:property /> <br>
        </td>
        </tr>
</s:iterator>

btw, the CompanyNames is getting from other application's database, all the
html tags are mixed in beyond
my control, so have to display what is there.


Thanks
Sam

          
-- 
View this message in context: 
http://www.nabble.com/iterator-tag%3A-how-to-interpret-the-property-value-which-are-html-tp25769502p25769502.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to