You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Rich Feit (JIRA)" <be...@incubator.apache.org> on 2005/06/14 06:48:49 UTC

[jira] Resolved: (BEEHIVE-811) Page flow-scoped form bean cannot be an interface

     [ http://issues.apache.org/jira/browse/BEEHIVE-811?page=all ]
     
Rich Feit resolved BEEHIVE-811:
-------------------------------

    Fix Version: TBD
                     (was: V1)
     Resolution: Fixed
      Assign To: Alejandro Ramirez  (was: Rich Feit)

Fixed with revision 190531.

> Page flow-scoped form bean cannot be an interface
> -------------------------------------------------
>
>          Key: BEEHIVE-811
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-811
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: TBD
>     Reporter: Rich Feit
>     Assignee: Alejandro Ramirez
>      Fix For: TBD

>
> To reproduce this, create and compile a page flow that contains the following snippet (where MyInterface is some public interface):
> ----
>     private MyInterface _formBean;
>     @Jpf.Action(
>         useFormBean="_formBean",
>         ...
>     )
> ----
> You get the following error:
>     Field _formBean must be of a type derived from java.lang.Object.
> This is invalid; a page flow-scoped form bean can be of any interface type.

-- 
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