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

[jira] Created: (BEEHIVE-693) Style of added annotations differ from that of existing annotations

Style of added annotations differ from that of existing annotations
-------------------------------------------------------------------

         Key: BEEHIVE-693
         URL: http://issues.apache.org/jira/browse/BEEHIVE-693
     Project: Beehive
        Type: Bug
  Components: Tutorials  
    Versions: V1    
    Reporter: Rebecca Weinhold
    Priority: Trivial


1. In the Controls tutorial, under the heading "Edit the Controller.jpf File" of Step 2, the added annotation contains the line: 
@Jpf.Forward( name="success", path="index.jsp" )

To match the existing annotations, the spaces adjacent to parentheses should be removed:
@Jpf.Forward(name="success", path="index.jsp")

2. In the Page Flow tutorial, under the heading "To Edit the Controller File to Handle the Submitted Data" of Step 4, the added annotation contains the line:
@Jpf.Forward(name = "success", path = "page2.jsp")

To match the existing annotations, the spaces adjacent to the equal signs should be removed:
@Jpf.Forward(name="success", path="page2.jsp")


-- 
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] Assigned: (BEEHIVE-693) Style of added annotations differ from that of existing annotations

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

Julie Zhuo reassigned BEEHIVE-693:
----------------------------------

    Assign To: Julie Zhuo

> Style of added annotations differ from that of existing annotations
> -------------------------------------------------------------------
>
>          Key: BEEHIVE-693
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-693
>      Project: Beehive
>         Type: Bug
>   Components: Tutorials
>     Versions: V1
>     Reporter: Rebecca Weinhold
>     Assignee: Julie Zhuo
>     Priority: Trivial
>      Fix For: V1

>
> 1. In the Controls tutorial, under the heading "Edit the Controller.jpf File" of Step 2, the added annotation contains the line: 
> @Jpf.Forward( name="success", path="index.jsp" )
> To match the existing annotations, the spaces adjacent to parentheses should be removed:
> @Jpf.Forward(name="success", path="index.jsp")
> 2. In the Page Flow tutorial, under the heading "To Edit the Controller File to Handle the Submitted Data" of Step 4, the added annotation contains the line:
> @Jpf.Forward(name = "success", path = "page2.jsp")
> To match the existing annotations, the spaces adjacent to the equal signs should be removed:
> @Jpf.Forward(name="success", path="page2.jsp")

-- 
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] Commented: (BEEHIVE-693) Style of added annotations differ from that of existing annotations

Posted by "Rebecca Weinhold (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-693?page=comments#action_64950 ]
     
Rebecca Weinhold commented on BEEHIVE-693:
------------------------------------------

bash05102005

> Style of added annotations differ from that of existing annotations
> -------------------------------------------------------------------
>
>          Key: BEEHIVE-693
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-693
>      Project: Beehive
>         Type: Bug
>   Components: Tutorials
>     Versions: V1
>     Reporter: Rebecca Weinhold
>     Priority: Trivial

>
> 1. In the Controls tutorial, under the heading "Edit the Controller.jpf File" of Step 2, the added annotation contains the line: 
> @Jpf.Forward( name="success", path="index.jsp" )
> To match the existing annotations, the spaces adjacent to parentheses should be removed:
> @Jpf.Forward(name="success", path="index.jsp")
> 2. In the Page Flow tutorial, under the heading "To Edit the Controller File to Handle the Submitted Data" of Step 4, the added annotation contains the line:
> @Jpf.Forward(name = "success", path = "page2.jsp")
> To match the existing annotations, the spaces adjacent to the equal signs should be removed:
> @Jpf.Forward(name="success", path="page2.jsp")

-- 
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-693) Style of added annotations differ from that of existing annotations

Posted by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-693?page=all ]
     
Eddie O'Neil resolved BEEHIVE-693:
----------------------------------

     Resolution: Fixed
    Fix Version: V1

Fixed in SVN 169707

> Style of added annotations differ from that of existing annotations
> -------------------------------------------------------------------
>
>          Key: BEEHIVE-693
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-693
>      Project: Beehive
>         Type: Bug
>   Components: Tutorials
>     Versions: V1
>     Reporter: Rebecca Weinhold
>     Priority: Trivial
>      Fix For: V1

>
> 1. In the Controls tutorial, under the heading "Edit the Controller.jpf File" of Step 2, the added annotation contains the line: 
> @Jpf.Forward( name="success", path="index.jsp" )
> To match the existing annotations, the spaces adjacent to parentheses should be removed:
> @Jpf.Forward(name="success", path="index.jsp")
> 2. In the Page Flow tutorial, under the heading "To Edit the Controller File to Handle the Submitted Data" of Step 4, the added annotation contains the line:
> @Jpf.Forward(name = "success", path = "page2.jsp")
> To match the existing annotations, the spaces adjacent to the equal signs should be removed:
> @Jpf.Forward(name="success", path="page2.jsp")

-- 
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] Closed: (BEEHIVE-693) Style of added annotations differ from that of existing annotations

Posted by "Julie Zhuo (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-693?page=all ]
     
Julie Zhuo closed BEEHIVE-693:
------------------------------


Verified with the m1rc2 distribution. They look correct now.

> Style of added annotations differ from that of existing annotations
> -------------------------------------------------------------------
>
>          Key: BEEHIVE-693
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-693
>      Project: Beehive
>         Type: Bug
>   Components: Tutorials
>     Versions: V1
>     Reporter: Rebecca Weinhold
>     Assignee: Julie Zhuo
>     Priority: Trivial
>      Fix For: V1

>
> 1. In the Controls tutorial, under the heading "Edit the Controller.jpf File" of Step 2, the added annotation contains the line: 
> @Jpf.Forward( name="success", path="index.jsp" )
> To match the existing annotations, the spaces adjacent to parentheses should be removed:
> @Jpf.Forward(name="success", path="index.jsp")
> 2. In the Page Flow tutorial, under the heading "To Edit the Controller File to Handle the Submitted Data" of Step 4, the added annotation contains the line:
> @Jpf.Forward(name = "success", path = "page2.jsp")
> To match the existing annotations, the spaces adjacent to the equal signs should be removed:
> @Jpf.Forward(name="success", path="page2.jsp")

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