Cannot initialize a page's form bean with a derived type
--------------------------------------------------------

         Key: BEEHIVE-1001
         URL: http://issues.apache.org/jira/browse/BEEHIVE-1001
     Project: Beehive
        Type: Bug
  Components: NetUI  
    Versions: V1    
    Reporter: Rich Feit
 Assigned to: Rich Feit 
     Fix For: 1.1
 Attachments: Controller.java

The attached page flow contains two form bean classes: MyForm and DerivedForm 
(the latter extends the former).  Its begin method tries to initialize 
index.jsp with an instance of DerivedForm.  index.jsp posts to an action that 
accepts MyForm.  This all should work, but currently the page will only be 
initialized if you pass it an instance of MyForm (exactly).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to