aspose file tools
The moose likes Struts and the fly likes Exception thrown by getter for property Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Exception thrown by getter for property" Watch "Exception thrown by getter for property" New topic
Author

Exception thrown by getter for property

amitesh kumar
Ranch Hand

Joined: Aug 01, 2006
Posts: 50
Hi,



In the above code I am using 3 different indexed properties. The correspoding form contains following methods:


Please help me, why I am getting error "Exception thrown by getter for property".

Amitesh
Brent Sterling
Ranch Hand

Joined: Feb 08, 2006
Posts: 948
I have not seen this exact error before. Are you using request or session scope for your action? Are you familiar with the "lazy loading" issues described at this link?

http://wiki.apache.org/struts/StrutsCatalogLazyList

- Brent
amitesh kumar
Ranch Hand

Joined: Aug 01, 2006
Posts: 50
Hi, Please help me to use indexed property in <html:select> tag.
I have to keep a ArrayList object in the corresponding Form and this object should be populated when user selects the options from the Combo box.

With Regards,
Amitesh
 
jQuery in Action, 2nd edition
 
subject: Exception thrown by getter for property
 
Similar Threads
Indexed tags and form beans
JSP Radio button value retrieval
save indexed properties
problem laying out element of ordered list with logic iterate
Indexed Properties hidden values in ActionForm