Re: Logic Iterate problem:

2003-11-24 Thread Jeff Kyser
Look at the  tag. Nice

	http://jakarta.apache.org/struts/userGuide/struts-nested.html

-jeff

On Monday, November 24, 2003, at 09:44  AM, Raman wrote:

Logic Iterate problem:

Can we have nested logic iterates?

e.g. if I want to show list of products under all Categories. how can 
i implement that?

I am having problem in setting the values of  attributes for inner 
logic iterate loop




   


I have a bean "catergory" class which has "productlist[]" and 
"catergoryname" as its properties

Thanks in advance
Raman Garg


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Logic Iterate problem:

2003-11-24 Thread Raman
Logic Iterate problem:

Can we have nested logic iterates?

e.g. if I want to show list of products under all Categories. how can i implement that?

I am having problem in setting the values of  attributes for inner logic iterate loop




   



I have a bean "catergory" class which has "productlist[]" and "catergoryname" as its 
properties

Thanks in advance
Raman Garg