Re: ProductCatalog Tree and Session Scope

2006-06-03 Thread Jan Michael
Hi Dave, Dave Newton newton at 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

ProductCatalog Tree and Session Scope

2006-06-02 Thread Jan Michael
Hello, actually I try to code an eshop using struts and hibernate technologies. I need some help with my product categories. I want to create a tree where the user (customer) can toggle hrough the product categories of the shop. This has already been done via the MonkeyTree tutorials by Arron

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