Raw HTML output as opposed to formatted HTML
Raw HTML output as opposed to formatted HTML
(OP)
I'm using the <s:property name="form"> tag to get invoke the getForm() method in my action, to get its raw HTML output.
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 to output my HTML code? Perhaps there is a different tag to do this?
Thanks.
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 to output my HTML code? Perhaps there is a different tag to do this?
Thanks.