You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Yongqin Xu (JIRA)" <de...@beehive.apache.org> on 2005/09/07 19:21:30 UTC

[jira] Created: (BEEHIVE-910) NETUI Tutorial: update displayData.jsp to display "sport" form field besides "name" and "age".

NETUI Tutorial: update displayData.jsp to display "sport" form field besides "name" and "age".
----------------------------------------------------------------------------------------------

         Key: BEEHIVE-910
         URL: http://issues.apache.org/jira/browse/BEEHIVE-910
     Project: Beehive
        Type: Improvement
  Components: Documentation  
    Versions: V1    
 Environment: Win XP SP2
    Reporter: Yongqin Xu
    Priority: Minor


In Step 7, displayData.jsp file only display name and age form input field, in this step, we add sport  field and get input from the nested pageflow, but
when user finaly click submit button in page2.jsp, the displayData.jsp does not display it. I recommend update displayData.jsp as following to display
the sport field as well:

     <br/>
      Sport: <netui:content value="${requestScope.data.sport}"/>

-- 
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-910) NETUI Tutorial: update displayData.jsp to display "sport" form field besides "name" and "age".

Posted by "Carlin Rogers (JIRA)" <de...@beehive.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-910?page=all ]

Carlin Rogers reassigned BEEHIVE-910:
-------------------------------------

    Assign To: Carlin Rogers

I'll make a patch for this. Thanks.

> NETUI Tutorial: update displayData.jsp to display "sport" form field besides "name" and "age".
> ----------------------------------------------------------------------------------------------
>
>          Key: BEEHIVE-910
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-910
>      Project: Beehive
>         Type: Improvement
>   Components: Documentation
>     Versions: V1
>  Environment: Win XP SP2
>     Reporter: Yongqin Xu
>     Assignee: Carlin Rogers
>     Priority: Minor

>
> In Step 7, displayData.jsp file only display name and age form input field, in this step, we add sport  field and get input from the nested pageflow, but
> when user finaly click submit button in page2.jsp, the displayData.jsp does not display it. I recommend update displayData.jsp as following to display
> the sport field as well:
>      <br/>
>       Sport: <netui:content value="${requestScope.data.sport}"/>

-- 
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-910) NETUI Tutorial: update displayData.jsp to display "sport" form field besides "name" and "age".

Posted by "Carlin Rogers (JIRA)" <de...@beehive.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-910?page=all ]

Carlin Rogers reassigned BEEHIVE-910:
-------------------------------------

    Assign To: Rich Feit  (was: Carlin Rogers)

Rich, could you please review this patch and see if we can get it in for V1. Thanks.

> NETUI Tutorial: update displayData.jsp to display "sport" form field besides "name" and "age".
> ----------------------------------------------------------------------------------------------
>
>          Key: BEEHIVE-910
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-910
>      Project: Beehive
>         Type: Improvement
>   Components: Documentation
>     Versions: v1m1
>  Environment: Win XP SP2
>     Reporter: Yongqin Xu
>     Assignee: Rich Feit
>     Priority: Minor
>      Fix For: V1
>  Attachments: j910-patch.txt
>
> In Step 7, displayData.jsp file only display name and age form input field, in this step, we add sport  field and get input from the nested pageflow, but
> when user finaly click submit button in page2.jsp, the displayData.jsp does not display it. I recommend update displayData.jsp as following to display
> the sport field as well:
>      <br/>
>       Sport: <netui:content value="${requestScope.data.sport}"/>

-- 
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] Updated: (BEEHIVE-910) NETUI Tutorial: update displayData.jsp to display "sport" form field besides "name" and "age".

Posted by "Carlin Rogers (JIRA)" <de...@beehive.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-910?page=all ]

Carlin Rogers updated BEEHIVE-910:
----------------------------------

    Attachment: j910-patch.txt

Here's a simple patch to update the tutorial as noted. I also renamed some Ids in the nested section to use a more appropriate value... "nested_..." rather than "validation_...".

The patch also includes a very minor change to the JavaDoc of ScopedServletUtils.getScopedRequest().

> NETUI Tutorial: update displayData.jsp to display "sport" form field besides "name" and "age".
> ----------------------------------------------------------------------------------------------
>
>          Key: BEEHIVE-910
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-910
>      Project: Beehive
>         Type: Improvement
>   Components: Documentation
>     Versions: V1
>  Environment: Win XP SP2
>     Reporter: Yongqin Xu
>     Assignee: Carlin Rogers
>     Priority: Minor
>  Attachments: j910-patch.txt
>
> In Step 7, displayData.jsp file only display name and age form input field, in this step, we add sport  field and get input from the nested pageflow, but
> when user finaly click submit button in page2.jsp, the displayData.jsp does not display it. I recommend update displayData.jsp as following to display
> the sport field as well:
>      <br/>
>       Sport: <netui:content value="${requestScope.data.sport}"/>

-- 
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-910) NETUI Tutorial: update displayData.jsp to display "sport" form field besides "name" and "age".

Posted by "Rich Feit (JIRA)" <de...@beehive.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-910?page=all ]
     
Rich Feit closed BEEHIVE-910:
-----------------------------

    Resolution: Fixed
     Assign To:     (was: Rich Feit)

Committed with revision 279523.

> NETUI Tutorial: update displayData.jsp to display "sport" form field besides "name" and "age".
> ----------------------------------------------------------------------------------------------
>
>          Key: BEEHIVE-910
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-910
>      Project: Beehive
>         Type: Improvement
>   Components: Documentation
>     Versions: v1m1
>  Environment: Win XP SP2
>     Reporter: Yongqin Xu
>     Priority: Minor
>      Fix For: V1
>  Attachments: j910-patch.txt
>
> In Step 7, displayData.jsp file only display name and age form input field, in this step, we add sport  field and get input from the nested pageflow, but
> when user finaly click submit button in page2.jsp, the displayData.jsp does not display it. I recommend update displayData.jsp as following to display
> the sport field as well:
>      <br/>
>       Sport: <netui:content value="${requestScope.data.sport}"/>

-- 
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] Updated: (BEEHIVE-910) NETUI Tutorial: update displayData.jsp to display "sport" form field besides "name" and "age".

Posted by "Carlin Rogers (JIRA)" <de...@beehive.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-910?page=all ]

Carlin Rogers updated BEEHIVE-910:
----------------------------------

    Fix Version: V1
        Version: v1m1
                     (was: V1)

> NETUI Tutorial: update displayData.jsp to display "sport" form field besides "name" and "age".
> ----------------------------------------------------------------------------------------------
>
>          Key: BEEHIVE-910
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-910
>      Project: Beehive
>         Type: Improvement
>   Components: Documentation
>     Versions: v1m1
>  Environment: Win XP SP2
>     Reporter: Yongqin Xu
>     Assignee: Rich Feit
>     Priority: Minor
>      Fix For: V1
>  Attachments: j910-patch.txt
>
> In Step 7, displayData.jsp file only display name and age form input field, in this step, we add sport  field and get input from the nested pageflow, but
> when user finaly click submit button in page2.jsp, the displayData.jsp does not display it. I recommend update displayData.jsp as following to display
> the sport field as well:
>      <br/>
>       Sport: <netui:content value="${requestScope.data.sport}"/>

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