Re: Retrieving the values from list

2009-03-04 Thread Dave Newton
Martin Gainty wrote: also as Patrick points out in his comment on Iteration Tags, the '[n]' notation refers to a sub-stack beginning at position n http://struts.apache.org/2.0.14/docs/iterator-tag-examples.html your reference to fu[bar] tries to resolve bar to a number and display what is locat

RE: Retrieving the values from list

2009-03-04 Thread Martin Gainty
n intended recipient. Sender does not necessarily endorse content contained within this transmission. Subject: Retrieving the values from list Date: Wed, 4 Mar 2009 14:51:40 +0530 From: vikram.g.by...@accenture.com To: user@struts.apache.org Hi, I am setting the values

Retrieving the values from list

2009-03-04 Thread vikram.g.byali
Hi, I am setting the values retrieved from DB into a list "sessionListDefects" in my Action class as shown below: try { DefectDelegate defectDelegate = new DefectDelegate(); sessionListDefects = defectDelegate.findDefect();