Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Raw HTML output as opposed to formatted HTML

Status
Not open for further replies.

shai200

Programmer
Dec 30, 2007
1
CA
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>
&lt;input type='hidden' name='uaction' value='retrieve'&gt;
&lt;input type='hidden' name='mode' value='&lt;%=dt.getUiMode()%&gt;'&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td align='left' class='text'&gt;User Type: &amp;nbsp;&lt;/td&gt;&lt;td align='top'&gt;&lt;img src='/gc9/images/icons/mandatoryStartSmall.gif'&gt;&lt;/img&gt;&lt;/td&gt;

</tt>

How do I make the s:property tag to output my HTML code? Perhaps there is a different tag to do this?


Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top