Yahzz Yan wrote the following on 9/28/2005 2:17 PM:

Route Disp Err :

value="${coercionError}"/>

Not sure what the above has to do with the below, but ....

I get the following error from the JSP
javax.servlet.jsp.JspException: An error occurred while evaluating custom
action attribute "value" with value "${vsr.fromcity}": Unable to find a
value for "fromcity" in object of class "DBObjs.subscriber.vo.VSRouteVO"
using operator "." (null)

I think you get that when your object is null (check to see if VSRouteVO is null in the JSP at that point. Do ...

<c:if test='${empty vsr}'>  Ooops we have a problem </c:if>

Also are you sure you have a getFromcity() method in VSRouteVO (spelled exactly like getFromcity()?


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

Reply via email to