Re: Show info from collection by levels and check data type

2007-03-31 Thread Francisco Exposito Aguilera
Really easy with your help!!! Thanks a lot Laurie! From: Laurie Harper <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: user@struts.apache.org Subject: Re: Show info from collection by levels and check data type Date: Sat, 31 Mar 2007 16:22:29 -0400 Francisco E

Re: Show info from collection by levels and check data type

2007-03-31 Thread Laurie Harper
Exposito Aguilera" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: user@struts.apache.org Subject: Show info from collection by levels and check data type Date: Sat, 31 Mar 2007 10:32:27 + Hi all, In the jsp page I sent a collection which contains integer and

RE: Show info from collection by levels and check data type

2007-03-31 Thread Francisco Exposito Aguilera
OTECTED]> Reply-To: "Struts Users Mailing List" To: user@struts.apache.org Subject: Show info from collection by levels and check data type Date: Sat, 31 Mar 2007 10:32:27 + Hi all, In the jsp page I sent a collection which contains integer and string values: [1, "A"

Show info from collection by levels and check data type

2007-03-31 Thread Francisco Exposito Aguilera
Hi all, In the jsp page I sent a collection which contains integer and string values: [1, "A", 2, "B", 2, "C", 1, "D", 2 , "E", 3, "F", 3, "G"] In the page I want to obtain the data (strings of the collection) in the correct level (integers of the collection) A B C D E F G