Changes between Version 2 and Version 3 of S2S_WEB_BOOK_MANIPULATION_R0


Ignore:
Timestamp:
12/22/08 16:17:07 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_WEB_BOOK_MANIPULATION_R0

    v2 v3  
    3939  * the "author" field must be immutable. 
    4040  * the collected data must be posted to a servlet (for example, !BookEditorServlet), which will update the book entry if the data is correct, and return to the jsp with appropriate warning message is a problem occurs. 
    41  * Add entry for the new servlet in ServerModule.java 
    42  * Add the appropriate constant strings for the warning messages in ServerConstants.java 
     41 * Add entry for the new servlet in !ServerModule.java 
     42 * Add the appropriate constant strings for the warning messages in !ServerConstants.java 
    4343 * in books.jsp, add the "/edit_book.jsp" with appropriate parameters as link for the "edit" button. The resulting address for each book should look like: "/edit_book.jsp?title={title}" 
    4444 * in my_sophie.jsp([wiki:S2S_WEB_BOOK_MANIPULATION_R0]), make the links for each book title correct;