Hi! I've done several projects with struts1 and planned to use struts2 in my new project. I am amazed the the code is so concise in struts2.
But I have quetsion about the <s:form> tag. When I use <s:form> and <s:textfield>, the <table>, <tr> and <td> tags are generated in html page. Can I disable this feature? Because it might interfere my page layout. Thanks!