Re: how can i pass an arraylist from jsp to action class
Sreekanth PK wrote: > how can i pass an arraylist from jsp to action class with out the help > of session or application variable Am not able to use > request.setAtrribute in jsp to do this why?? > Because that's backwards. The only way to get from a JSP to an Action is
how can i pass an arraylist from jsp to action class
Hi, how can i pass an arraylist from jsp to action class with out the help of session or application variable Am not able to use request.setAtrribute in jsp to do this why??