Re: How to iterate using

2006-01-11 Thread Laurie Harper
Not sure, but you may need to reference that property as L1082CODE instead of l1082CODE (i.e. use a capital 'L' instead of lower-case). L. Ashish Kulkarni wrote: Hi Thanx now it works, but i have another issue, what i am trying is this viewName.nameDescis workig fine, and

Re: How to iterate using

2006-01-11 Thread Ashish Kulkarni
Hello I did a typing mistake here, i did have in my code, corcoresponding to getL082CODE method in my bean Ashish --- Rahul Akolkar <[EMAIL PROTECTED]> wrote: > On 1/11/06, Ashish Kulkarni > <[EMAIL PROTECTED]> wrote: > > Hi > > Thanx now it works, > > but i have another issue, > > what i am tr

Re: How to iterate using

2006-01-11 Thread Rahul Akolkar
On 1/11/06, Ashish Kulkarni <[EMAIL PROTECTED]> wrote: > Hi > Thanx now it works, > but i have another issue, > what i am trying is this > > items="${viewlinephase.map.viewNames}"> > > > > > > > viewName.nameDescis workig fine, and value is getting > substituated, but viewName.l1082CO

Re: How to iterate using

2006-01-11 Thread Ashish Kulkarni
Hi Thanx now it works, but i have another issue, what i am trying is this viewName.nameDescis workig fine, and value is getting substituated, but viewName.l1082CODE is not getting substituted my bean is as follows public class PL1082Bean { private String l082CODE;

Re: How to iterate using

2006-01-11 Thread Rahul Akolkar
On 1/11/06, Ashish Kulkarni <[EMAIL PROTECTED]> wrote: > Hi > I have defined a DynaValidatorForm in > struts-config.xml file like this > type="org.apache.struts.action.DynaActionForm"> > type="java.util.Collection" /> > > > In My jsp i have defined a Action class which uses > this bean > I want

How to iterate using

2006-01-11 Thread Ashish Kulkarni
Hi I have defined a DynaValidatorForm in struts-config.xml file like this In My jsp i have defined a Action class which uses this bean I want to iterate through all viewNames in my jsp using tag How do i go it I tried But i get Unable to find a value for "viewNames" in object o