I'm using the <sroperty 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 sroperty 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 sroperty tag to output my HTML code? Perhaps there is a different tag to do this?
Thanks.