How to emulate nested:root from Struts 1 in Struts 2?
问题 I am working on converting a Struts1 app to Struts2. I have a jsp that has several JSP included. This included JSPs all have the nested:root tag on it. I have found little to nothing on this particular tag except that is similar to html:root , so I've added the include statement in my main JSP and I added the html:form to the sub JSPs but it didn't work. I had initially just added s:form to the sub JSPs and the code in the sub jsp was passed along but none of the tags existing in the sub JSP