Re: list inside nested iterate, but in the same level as list1

2009-01-05 Thread dusty
the schema is like this > actionForm-- list1 > |--list2 > > Regards > Elyes. > > -- View this message in context: http://www.nabble.com/list-inside-nested-iterate%2C-but-in-the-same-level-as-list1-tp21293280p2130484

Re: list inside nested iterate, but in the same level as list1

2009-01-05 Thread Paweł Wielgus
Hi Elyes, try property="../" just like in directory structure. Best greetings, Paweł Wielgus. 2009/1/5 elyes sallem : > Hello > i have an anction form , where i declared two liste > list1 and list2 > to loop through liste1 , i used nested:iterate > inside this iterate, i wanna have an access to l

list inside nested iterate, but in the same level as list1

2009-01-05 Thread elyes sallem
Hello i have an anction form , where i declared two liste list1 and list2 to loop through liste1 , i used nested:iterate inside this iterate, i wanna have an access to list2 which is not inside list1, but in the same level as list 1 any one has an idea how can i do this? if i use nested, it would a

Re: How to use nested iterate...through ArrayList

2007-02-13 Thread Siva Sajja
It would be good to identify if you can show your bean structure too.. This more or less seems to be a problem with the structure of bean you are trying to access. On 2/9/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi I am trying to nested:iterate fro looping through am hashMap of Hashma

RE: How to use nested iterate...through ArrayList

2007-02-09 Thread Shilpa . Nalgonda
Hi I am trying to nested:iterate fro looping through am hashMap of Hashmap of ArratList But I get property "cnt" cannot be found error. When looping through the object of arrayList, I was able to loop through the forst two hashmaps & print out their keys, but printing out the values in ArrayList

nested iterate

2005-02-22 Thread jonathan zhang
Suppose I have a Vector v i wish to iterate over and each element of v is another Vector that I wish to iterate over again, how can this be accomplished using iterate? Next element is thanks!! - To unsubscribe, e-mail: [EMA

nested iterate and collection naming

2004-12-15 Thread Nathan Coast
Hi apologies if this has been asked before but mail-archive seems to be busted. I have a form which has these methods public void setMenuSections(MenuSectionEntityValue[] menuSections) public MenuSectionEntityValue[] getMenuSections() public MenuSectionEntityValue getMenuSection(int idx