Hello
I did a typing mistake here, i did have 
<html:option value="${viewName.l082CODE}"> 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 trying is this
> > <html:select property="selectedView"    size="5" >
> >  <c:forEach var="viewName"
> > items="${viewlinephase.map.viewNames}">
> >  <html:option value="${viewName.l1082CODE}">
> >    <c:out value="${viewName.nameDesc}"/>
> >  </html:option>
> >  </c:forEach>
> > </html:select>
> >
> > viewName.nameDescis workig fine, and value is
> getting
> > substituated, but viewName.l1082CODE is not
> getting
> > substituted
> <snip/>
> 
> No such getter below (but there is one for
> viewName.l082CODE).
> 
> -Rahul
> 
> 
> > my bean is as follows
> > public class PL1082Bean
> > {
> >        private String l082CODE;
> >        private String l082DESC;
> >
> >
> >        public String getL082CODE()
> >        {
> >                return l082CODE;
> >        }
> >        public void setL082CODE(String l082code)
> >        {
> >                l082CODE = l082code;
> >        }
> >        public String getL082DESC()
> >        {
> >                return l082DESC;
> >        }
> >        public void setL082DESC(String l082desc)
> >        {
> >                l082DESC = l082desc;
> >        }
> >        public String getNameDesc()
> >        {
> >                return l082CODE + " " + l082DESC;
> >        }
> >
> > Ashish
> <snap/>
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

Reply via email to