Hi All, I would really appriciate your help in this: I am trying to JSP:include 2 actions and having the problem that the request never comes back from 1st include and that stops further excutuion of the JSP trying to include. I guess the reason is that struts does forward the request and the controll never comes back to calling JSP. Is there any woek around to this? Thanks, Vijay
- including <action.do> in JSP:include Vijay Gupta
- Re: including <action.do> in JSP:include Michael Jouravlev