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