Re: Regarding : logic:iterate

2004-01-28 Thread Raman Garg
Hello, I hope following will resolve your problem: logic:iterate id=maxreqiddetail name=maxreqiddetails % String s=maxreqiddetail.getPrimary_skill(); % /logic:iterate I haven't tested it but i think it will work. Thanks, -- Raman - Original Message - From: Ramachandran [EMAIL

Re: Regarding : logic:iterate

2004-01-28 Thread Nicolas De Loof
Use this : logic:iterate id=maxreqiddetail name=maxreqiddetails bean:define id=s name=maxreqiddetail property=primary_skill/ ... /logic:iterate They're is a JSTL way to do this too, but I don't use it so cannot tell you how. Nico. - Original Message - From: Ramachandran

RE: Regarding : logic:iterate

2004-01-28 Thread Ramachandran
Subject: Re: Regarding : logic:iterate Use this : logic:iterate id=maxreqiddetail name=maxreqiddetails bean:define id=s name=maxreqiddetail property=primary_skill/ ... /logic:iterate They're is a JSTL way to do this too, but I don't use it so cannot tell you how. Nico. - Original