You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2003/01/22 21:16:04 UTC

DO NOT REPLY [Bug 16344] New: - DynaActionForm does not seem to support "map-backed" form beans

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: struts-dev@jakarta.apache.org
        ReportedBy: okeyto@yahoo.com


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>