Hi,

  I have a problem in passing an arraylist to a display tag.

I have populated the data in an arraylist and putting the arraylist object in request like below

request.setAttribute("results",al);

and after this step i am calling display tag

<display:table name="results" .... /> 

is it the right way of passing arraylist object to the displaytag or anyother way i am not able to retrieve the data in the table with this code. Please help me out in this regard. I didnt get much information in the site displaytag.org

regards,
Pavan.




Reply via email to