Hi,
I am trying to get a collection of VOs to display in my html page. I keep getting the following error:
Nested Exception is javax.servlet.jsp.JspException: An error occurred while evaluating custom action attribute "value" with value "${patient.rStore}": Unable to find a value for "rStore" in object of class "com.dr.vo.PatientVO" using operator "." (null)
Code:
JSP:
VO:
DAO:
ACTION:
I am using a DAO, VO and Action class to create the collection. Any help would be much appreciated as I have spent the past 2 days on this.
Thanks!
[ January 17, 2008: Message edited by: Bear Bibeault ]