Please help me to come out of confusion. I am giving a sample scenario of how my
app works.
my code snippet is something like this
my.jsp
<jsp:include page="/getList.do"> this action includes the list object in request/
I have to use the list in the rest of my jsp page.
in action execute(){
add list to request;
return map.findForward();
}
can't I execute this scenario without findForward. coz.. the purpose of include is
not served here as the request will be forwarded to a new page... am I wrong? am I
thinking something wrong? kindly help me out.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]