Issue Details (XML | Word | Printable)

Key: APF-329
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Matt Raible
Reporter: Hans Loedolff
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
AppFuse

Erros in Tutorial IV - ValidationAndListJSF

Created: 13/Apr/06 09:35 AM   Updated: 18/Apr/06 05:35 AM   Resolved: 18/Apr/06 05:35 AM
Component/s: Documentation
Affects Version/s: 1.9, 1.9.1
Fix Version/s: 1.9.2

Environment: I used Windows, Oracle, IntelliJ


 Description  « Hide
Under step "Create people.jsp and Canoo test [#7]":

The 2nd paragraph "Copy Persons.jsp to web and rename it to people.jsp. " should be "Copy PersonList.jsp to web and rename it to people.jsp. (AppGen generates "personList", not "Persons"). (Although personally I prefer changing "people.jsp" to "personList.jsp", but the rest of the tutorial refers to "people.jsp".

In "Add link to menu [#8]" of the same tutorial:

The following:
  <Menu name="PeopleMenu" title="menu.viewPeople" forward="viewPeople"/>
should be
  <Menu name="PeopleMenu" title="menu.viewPeople" page="/people.html"/>

In web-tests.xml, at the end of Tutorial 3, step "[Optional] Create a Canoo WebTest to test browser-like actions [#6]", under the section <!-- Delete existing person -->

This following line:
 <prepareDialogResponse description="Confirm delete" dialogType="confirm" response="true"/>
should be inserted before this line:
 <clickbutton label="${button.delete}" stepid="Click button 'Delete'"/>



Sort Order: Ascending order - Click to sort in descending order
Matt Raible made changes - 18/Apr/06 05:35 AM
Field Original Value New Value
Affects Version/s 1.9.1 [ 10032 ]
Fix Version/s 1.9.2 [ 10060 ]
Matt Raible made changes - 18/Apr/06 05:35 AM
Status Open [ 1 ] Resolved [ 5 ]
Resolution Fixed [ 1 ]