Hello guys! I use struts 2.3.15.3. I have created a form with code like: <s:form action="productsave"> <s:hidden name="A_HIDDEN" value="%{formToken}" /> <s:textfield name="A_TEXT" label="Email address" labelposition="top" maxlength="128" size="40" />... I would like the output to be rendered as HTML and not XHTML. I found this tag for struts 1.x:http://struts.apache.org/development/1.x/struts-taglib/tlddoc/index.html Is there some tag in struts 2 that does the same? Best regardsFredrik
- Struts 2: Howto render output as HTML? Fredrik Andersson
- Re: Struts 2: Howto render output as HTML? Ken McWilliams
- RE: Struts 2: Howto render output as HTML? Fredrik Andersson