From: "Patrick Gelin" <[EMAIL PROTECTED]>

       <jsp:useBean id = "collection" scope = "session" class =
"osis.jahia1.CollectionModel"/>

<display:table name = "collection" export = "false" pagesize = "10">

I think you need to tell displaytag where to look for your collection.

Try: <display:table name="sessionScope.collection" pagesize="10">

--
Wendy Smoak



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to