Changes between Version 5 and Version 6 of S2S_WEB_BOOK_MANIPULATION_R0


Ignore:
Timestamp:
12/23/08 14:43:40 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_WEB_BOOK_MANIPULATION_R0

    v5 v6  
    4747edit_book.jsp created: 
    4848 * 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. 
    5050 * The book fields are implemented as the Design. 
    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]] 
     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]] 
    5555Links in my_sophie.jsp and books.jsp were set up. [[BR]] 
    56 Changeset: [[changeset:]] 
     56Changeset: [[changeset:1075]],[[changeset:1076]],[[changeset:1077]],[[changeset:1078]],[[changeset:1079]] 
    5757 
    5858= Testing =