Thanks Geoff not pretty but it works.
----- Original Message ----- From: "Geoff Callender" <geoff.callender.jumpst...@gmail.com> To: "Tapestry users" <users@tapestry.apache.org> Sent: Wednesday, 17 December, 2008 2:00:08 PM GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: How to retrieve a list of ASO's from Tapestry There may be a better way, but one technique would be to get the attributes from the Session. You're looking for the attributes whose name starts with "aso:" @Inject private Session session; This may help you: http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/state/displaysessioncontents Cheers, Geoff On 17/12/2008, at 10:35 PM, Peter Stavrinides wrote: > Hi! > > For a single object I use ApplicationStateManager.get(Class<T> > asoClass), I am looking for something similar... but a collection. > is the possible? > > Thanks > Peter > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org