I have jsp, in which I want to include another jsp which is the forwarded result of struts action.
How I can include/insert using jsp:include/tiles insert or any other method? Any help would be appreciated.
|
|
If I understood your problem correctly. In your main JSP, You want to include a content which is a result of another action. I am not sure about jsp:include or tiles, but you can do this by using
|
||||
|
|