On 10/26/2017 12:11 PM, Ej Magdaluyo wrote:
> Thanks for all your input. After narrowing it down, the 403 forbidden is
> caused by these lines:
> java.util.List classficationList = ViewReqDetails.getClassficationList();
> java.util.List reqLineAttributesUIList=ViewReqDetails.
> getReqLineAttributesUIList();
> java.util.List reqLineAttributesProvList=ViewReqDetails.
> getReqLineAttributesProvList();
> java.util.List roleSystemList = ViewReqDetails.getRoleSystemList();

I think if you can, move these raw java codes into your action and use 
Strut's tags instead in your jsp. However, if you cannot, what's the 
full stacktrace you get (after doing [1])?

[1] 
https://stackoverflow.com/questions/32038288/how-i-can-catch-exception-in-jsp-files

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to