Re: showing nested collections in a JSP

2005-08-18 Thread Tremal Naik
2005/8/17, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > I think I can figure out how to display the tables using the nested:XX tags, > but cant figure out how to display the nested collection by radio button. I > guess I need to understand how to "index" a collection dynamiclly. I know > JSTL is the p

showing nested collections in a JSP

2005-08-17 Thread alewis
Hi All. I need some help. I have a collection of objects(A), where each object in that collection, has a collection of objects(B), then each B has a collection of objects(C). What the client wants, is to display the list of A's in a table with each row having a radio button. When a radio butto