hint: check the documentation of the "property" tag

On Tue, Oct 6, 2009 at 7:12 AM, samsun <greg.zh...@barcap.com> wrote:
>
> I have to iterate thru a list of strings, some of the string element include
> html tag
> like &lt;b>Copmany Names:&lt;/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
>
>



-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

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

Reply via email to