I'm using the <s:property name="form"> tag to get invoke the getForm() method in my action, to get its output.
The problem is that my output is some HTML code, but what comes out is output text, with tags converted to be shown on the screen i.e. <tt> <input type='hidden' name='uaction' value='retrieve'> <input type='hidden' name='mode' value='<%=dt.getUiMode()%>'> <table> <tr> </tr> <tr> <td align='left' class='text'>User Type: &nbsp;</td><td align='top'><img src='/gc9/images/icons/mandatoryStartSmall.gif'></img></td> </tt> How do I make the s:property tag output my HTML code? Perhaps there is a different tag to do this? Thanks. -- View this message in context: http://www.nabble.com/Outputting-raw-HTML-with-s%3Aproperty-tag-tp14554781p14554781.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]