HI Yasser, Unfortunately, we are getting the 403 error using that as well. I am not sure why though. It seems as if the application is not able to access the jsp folder on this action.
I tried that path on our pre-migrated version and there were no issues. It seems to only be denying permission post-migration. Unfortunately, I checked the logs and there were no notable exceptions related to this- just a plain 403 error. Thanks. On Tue, Oct 24, 2017 at 10:33 PM, Yasser Zamani <yasser.zam...@live.com> wrote: > > > On 10/24/2017 4:21 PM, Ej Magdaluyo wrote: > > is it possible to directly call the jsp from struts.xml > > instead? > > Absolutely. try removing `type='tiles'` and correct the path (add > `/jsp/`) as below: > > <result name="success">/jsp/viewMyRequest.jsp</result> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org >