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/05/17 06:01:11 UTC

[jira] Created: (BEEHIVE-744) Invalid error when 'redirect' is used with 'action' on @Jpf.Forward

Invalid error when 'redirect' is used with 'action' on @Jpf.Forward
-------------------------------------------------------------------

         Key: BEEHIVE-744
         URL: http://issues.apache.org/jira/browse/BEEHIVE-744
     Project: Beehive
        Type: Bug
  Components: NetUI  
    Versions: V1    
    Reporter: Rich Feit
 Assigned to: Rich Feit 
    Priority: Minor
     Fix For: TBD


Repro:
    - Add the following Forward annotation anywhere in a page flow:
          @Jpf.Forward(name="foo", action="begin", redirect=true)
    - Build the page flow.

EXPECTED: compiles OK
ACTUAL: the following error:

    Attribute "redirect" may only be present when attribute "path" or "navigateTo" is present.

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


[jira] Resolved: (BEEHIVE-744) Invalid error when 'redirect' is used with 'action' on @Jpf.Forward

Posted by "Rich Feit (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-744?page=all ]
     
Rich Feit resolved BEEHIVE-744:
-------------------------------

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

Fixed with revision 191006.

> Invalid error when 'redirect' is used with 'action' on @Jpf.Forward
> -------------------------------------------------------------------
>
>          Key: BEEHIVE-744
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-744
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: v1m1
>     Reporter: Rich Feit
>     Assignee: Alejandro Ramirez
>     Priority: Minor
>      Fix For: V1

>
> Repro:
>     - Add the following Forward annotation anywhere in a page flow:
>           @Jpf.Forward(name="foo", action="begin", redirect=true)
>     - Build the page flow.
> EXPECTED: compiles OK
> ACTUAL: the following error:
>     Attribute "redirect" may only be present when attribute "path" or "navigateTo" is present.

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