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


Reply via email to