Re: how can i pass an arraylist from jsp to action class

2006-06-06 Thread Dave Newton
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

2006-06-05 Thread Sreekanth PK
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??