I'm trying to populate a select in a
jsp page. Here is the code snippet:
P.S: I inserted a space after : to avoid the smiley icons
I'm getting the following error:
[ServletException in:../jsp/List.jsp] No getter method available for property value for bean under name busDetail'
The property "busDetails" is defined in the SearchInputForm. I've defined "busDetail" using the <bean: define> tag. Am i doing anything wrong here?
All your help is appreciated.
[ December 15, 2005: Message edited by: Aravind Ramanujam ]