DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16344>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16344

DynaActionForm does not seem to support "map-backed" form beans 

           Summary: DynaActionForm does not seem to support "map-backed"
                    form beans
           Product: Struts
           Version: 1.1 Beta 3
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Standard Actions
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I successfully implemented a map-backed form bean with the generic ActionForm 
class, but doesn't seen to work when the action form is of a DynaActionForm 
class.

Following are the first three lines of the exception stack.

org.apache.jasper.JasperException: No getter method for property value
(mapbacked) of bean org.apache.struts.taglib.html.BEAN
at org.apache.jasper.servlet.JspServletWrapper.service
(JspServletWrapper.java:248)
        at org.apache.jasper.servlet.JspServlet.serviceJspFile
(JspServlet.java:295)



Are there any other setup issues apart from defining map attribute with its 
setter/getter methods within the subclass?

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to