Saved Bookmarks
| 1. |
Can A Jsp Page Process Html Form Data? |
|
Answer» Yes. However, unlike Servlet, you are not required to implement HTTP-protocol specific methods like doGet() or doPost() within your JSP page. You can obtain the data for the FORM input elements VIA the request IMPLICIT object within a scriptlet or expression as. Yes. However, unlike Servlet, you are not required to implement HTTP-protocol specific methods like doGet() or doPost() within your JSP page. You can obtain the data for the FORM input elements via the request implicit object within a scriptlet or expression as. |
|