reset password
Author Message
khsu
Posts: 30
Posted 15:25 Nov 25, 2015 |

For the requirements of the MyNotes.jsp, it is stated "Upon clicking a note in the list, the User should be taken to a NoteDetails page."

However, in the requirements check list under "MyNotes Functionality" it it stated "Clicking a note displays it in the browser."

 

From my understanding, clicking a note in the list will redirect the user to the NoteDetails page, so technically the note is displayed in the NoteDetails page. From the context of MyNotes description, it is said that the page is expected to have an empty area upon initial load. I believe it is not possible to display any note under MyNotes page, seeing how we are redirecting the user to the NotesDetail page every time they click on a note.

mnava18
Posts: 86
Posted 15:34 Nov 25, 2015 |

yeah exactly what i was thinking , the instructions are a little confusing for this part

acervantes
Posts: 28
Posted 15:49 Nov 25, 2015 |

To accomplish this, the link should send the User to the appropriate controller.