Jsp (2)

JSP Example: Simple HTML Form Handling
The formToBean() method of com.devsphere.mapping.FormUtils sets the bean properties to the values of the request parameters (form data). If necessary, string values are converted to numbers. A boolean property is set to true if the request parameter is present no matter what its value is (except "false").
Tags: form, jsp, jsp form example, tutorial - view - prasanth - 10/26/2009 - 13:54 - - -
submit

Server-side Java: Advanced form processing using JSP - JavaWorld
Typically, form processing involves multiple components operating in the background, with each component responsible for a discrete task such as state management, data validation, database access, and so on. While there are numerous examples that demonstrate form processing with Perl scripts and servlets, using JSPs for this purpose has
Tags: forms, jsp, jsp form example, tutorial - view - prasanth - 10/26/2009 - 13:52 - - -
submit

jsp XML feed