JSTL Error

2005-09-29 Thread Vijaya S
Hello, I am struggling with the JSTL error for the past two days. Can someone help me in this? In my JSP, I have the following code to populate bean array properties. c:forEach var=vsr items=${vsroute} c:catch var=coercionError tr tdc:out value=${vsr.fromcity} //td

RE: JSTL Error

2005-09-29 Thread Kurakula, Suneetha (HCF)
I think getFromcity() is missing in the vsr bean. Please check it out. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] e.org] On Behalf Of Vijaya S Sent: Thursday, September 29, 2005 3:43 AM To: taglibs-user@jakarta.apache.org Subject: JSTL Error Hello, I am