You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Alejandro Ramirez (JIRA)" <be...@incubator.apache.org> on 2005/06/20 19:52:22 UTC

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

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

Alejandro Ramirez reassigned BEEHIVE-811:
-----------------------------------------

    Assign To: Krista Baker  (was: Alejandro Ramirez)

Please verify in V1 (trunk for now)

> 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: Krista Baker
>      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