You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org> on 2005/05/11 17:40:15 UTC

[jira] Updated: (BEEHIVE-665) Page Flow Tutorial needs updating

     [ http://issues.apache.org/jira/browse/BEEHIVE-665?page=all ]

Eddie O'Neil updated BEEHIVE-665:
---------------------------------

        Summary: Page Flow Tutorial needs updating  (was: Typo in Page Flow tutorial)
       Priority: Major  (was: Minor)
    Fix Version: V1

Another JPF tutorial issue from James Black:

The tutorial lists this as an example:

<netui:form action="processLogin" method="POST">
  <netui:textBox name="username" size="20"/>
  <netui:textBox name="username" size="20" password="true"/>
  <netui:button  type="submit"   value="Login"/>
</netui:form>

which should probably be:

<netui:form action="processLogin" method="POST">
  <netui:textBox dataSource="actionForm.username" size="20"/>
  <netui:textBox dataSource="actionForm.password"
                 size="20" password="true"/>
  <netui:button  dataSource="actionForm.submit"   value="Login"/>
</netui:form> 


> Page Flow Tutorial needs updating
> ---------------------------------
>
>          Key: BEEHIVE-665
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-665
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1
>     Reporter: Rebecca Weinhold
>      Fix For: V1

>
> bash05102005
> Under "Tutorial Goals" heading, 4th bullet, "netui" is misspelled "neuti".

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