Re: Category and Subcategory logic within Struts

2005-08-09 Thread Dave Newton
C.F. Scheidecker Antunes wrote: My first question is: How to organize that? Shall I have a data structure with a parentId field so that I can do a SQL select for all the items with that parent category? Second question is: Shall I use some sort of data structure like a list of objects where

Re: {Spam?} Category and Subcategory logic within Struts

2005-08-09 Thread GRamani
pond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject {Spam?} Category and Subcategory logic within Struts Hello all, I need to have a set of categories and subcategories selection on a JSP page similar to what eBay has when you are selling an item. When

Category and Subcategory logic within Struts

2005-08-09 Thread C.F. Scheidecker Antunes
Hello all, I need to have a set of categories and subcategories selection on a JSP page similar to what eBay has when you are selling an item. When you select a main category the secondary category box is populated with options and so forth. My first question is: How to organize that? Shall