Thanks Geoff not pretty but it works.
- Original Message -
From: "Geoff Callender"
To: "Tapestry users"
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/display
Hi!
For a single object I use ApplicationStateManager.get(Class asoClass), I am
looking for something similar... but a collection. is the possible?
Thanks
Peter
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
F