Re: ProductCatalog Tree and Session Scope

2006-06-02 Thread Jan Michael
Hi Dave, Dave Newton pingsite.com> writes: > If the thing you're looking for is already in session why would you want > to access it in an ActionForm? Just display it and capture the form > selections in the ActionForm. This won't work for my example. The ActionForm is needed to set the propert

Re: ProductCatalog Tree and Session Scope

2006-06-02 Thread Dave Newton
Jan Michael wrote: > How Can I access the productgroup catalog in the session context in an > ActionForm because I want to use the monkeyTree example by Arron Bates to > display the tree structure. > If the thing you're looking for is already in session why would you want to access it in an A