October 2000
Intermediate to advanced
768 pages
16h 30m
English
In this chapter
Web programmers often need to keep track of data between user requests. Given what you already know about JSP, servlets, and HTML forms, you already have the ability to keep track of data between requests. You can store user data in hidden form variables.
Although not the most elegant solution, form variables are used by many applications to store user data. The idea is that every time the user submits a form, it contains some hidden variables that contain information ...
Read now
Unlock full access