[ http://issues.apache.org/jira/browse/BEEHIVE-744?page=all ] Alejandro Ramirez closed BEEHIVE-744: -------------------------------------
Verified fixed with beehive distribution synced to SVN Revision: 233368 Executed the repro steps and I no longer see the compile error. > 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
