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]