Hello...
I have 2 pages, main.jsp and add.jsp, when a button from the main.jsp is clicked, it will add.jsp and should populate a select box in this page.
I'm encountering this error when trying to populate the select box with data coming from the database: javax.servlet.jsp.JspException: No getter method available for property strTemplateDesc for bean under name matrixList org.apache.struts.taglib.html.OptionsTag.doEndTag(OptionsTag.java:210)
Please help, i've just started experimenting with
struts.
Appreciate it!
Below is my source code:
---JSP (add.jsp)
---FORM BEAN (form bean of main.jsp)
---ACTION CLASS (action class of main.jsp)
---DAO
[BSouther: Added
UBB CODE tags]
[ September 05, 2007: Message edited by: Ben Souther ]