Re: No getter method available for property

2009-04-03 Thread elyes sallem
0-2.html HERE > . > > >When I run my code I am getting StandardWrapperValve[jsp]: PWC1406: > Servlet.service() for servlet jsp threw exception > javax.servlet.jsp.JspException: No getter method available for property > TVShowSelect for bean

No getter method available for property

2009-04-03 Thread NR031
getting StandardWrapperValve[jsp]: PWC1406: Servlet.service() for servlet jsp threw exception javax.servlet.jsp.JspException: No getter method available for property TVShowSelect for bean under name org.apache.struts.taglib.html.BEAN at

Re: javax.servlet.jsp.JspException: No getter method available for property

2007-05-02 Thread Nuwan Chandrasoma
To: Sent: Wednesday, May 02, 2007 7:50 AM Subject: javax.servlet.jsp.JspException: No getter method available for property I am trying to populate an html drop down with the Struts select and options tags. The cancelList bean referenced in the collection is an ArrayList of struts

javax.servlet.jsp.JspException: No getter method available for property

2007-05-02 Thread prasad kumar
I am trying to populate an html drop down with the Struts select and options tags. The cancelList bean referenced in the collection is an ArrayList of struts LabelValue beans. Here is the tag snippet: --Select-- The stack trace(below) indi

javax.servlet.jsp.JspException: No getter method available for property

2007-05-02 Thread prasad kumar
I am trying to populate an html drop down with the Struts select and options tags. The cancelList bean referenced in the collection is an ArrayList of struts LabelValue beans. Here is the tag snippet: --Select-- The stack trace(below) indi