Changes between Version 5 and Version 6 of S2S_WEB_BOOK_MANIPULATION_R0
- Timestamp:
- 12/23/08 14:43:40 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_WEB_BOOK_MANIPULATION_R0
v5 v6 47 47 edit_book.jsp created: 48 48 * non-logged users, users which are not authors to a book, ot incorrect book parameters are redirected to the index.jsp 49 * Delete button was created, which asks for confirmation when clicked. If confirmed, redirects to the BookDeleteServlet servlet, which actually deletes the book and returns with appropriate message.49 * Delete button was created, which asks for confirmation when clicked. If confirmed, redirects to the !BookDeleteServlet servlet, which actually deletes the book and returns with appropriate message. 50 50 * The book fields are implemented as the Design. 51 * two more buttons: Update, which redirects to BookEditorServlet, and Cancel, which returns to index.jsp52 * BookEditorServlet is implemented as the design says.53 ServerModule was updated with the two servlet entries. [[BR]]54 ServerConstants was updated with BOOK_DELETED and BOOK_CANNOT_DELETE. [[BR]]51 * two more buttons: Update, which redirects to !BookEditorServlet, and Cancel, which returns to index.jsp 52 * !BookEditorServlet is implemented as the design says. 53 !ServerModule was updated with the two servlet entries. [[BR]] 54 !ServerConstants was updated with BOOK_DELETED and BOOK_CANNOT_DELETE. [[BR]] 55 55 Links in my_sophie.jsp and books.jsp were set up. [[BR]] 56 Changeset: [[changeset: ]]56 Changeset: [[changeset:1075]],[[changeset:1076]],[[changeset:1077]],[[changeset:1078]],[[changeset:1079]] 57 57 58 58 = Testing =