I’m using struts 2 <s:form> tag. Now I want use design prepared by our design team. So I have to intrigate my struts specific code with normal HTML design. The problem is that the <s:form> tag generates the <table> HTML code and <s:textfield> generating <tr><td><input type='text'></td></tr>.
So my question is how to avoid the generating the HTML code form struts.
if you want avoid struts 2 generated java script or HTML code then use the simple theme.like below
struts2 have different theme and template. you can design your own theme and template by extending the simple theme and providing you own free marker template.