I am working on converting a Struts 1 app to Struts 2. 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 were processed.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…