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