Pavan Kumar wrote:
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
Yes.
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.orgYou need to look around the site a bit more then. There's a lot of info up there. This page describes what you're asking about:
http://www.displaytag.org/example-datasource.jsp
If you're having a specific problem, you need to post more details on what's going wrong, i.e. something besides "not able to retrieve," which could just mean that however you're populating the list is failing, which is beyond the scope of displaytag discussions.
-- Rick Herrick [EMAIL PROTECTED]
I haven't got time for inner peace.
Get out of control, but appear under control. It's not bad to alarm other people, though--it's good for them.--Hunter S. Thompson
------------------------------------------------------- SF.Net email is sponsored by: Tell us your software development plans! Take this survey and enter to win a one-year sub to SourceForge.net Plus IDC's 2005 look-ahead and a copy of this survey Click here to start! http://www.idcswdc.com/cgi-bin/survey?id=105hix _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

