|
No
|
Category:
JSP
|
Date:
11/6/2010 10:57:57 AM
|
|
|
|
A problem with a checkbox is that the browser will only include it in the request when it is checked....
|
Category:
JSP
|
Date:
11/6/2010 6:47:00 AM
|
|
|
|
forward is server side redirect; when it is invoked, the request is sent to another resource on the....
|
Category:
JSP
|
Date:
11/6/2010 4:35:56 AM
|
|
|
|
The ServletRequest gives information such as the names of the parameters passed by the client, the p....
|
Category:
JSP
|
Date:
11/6/2010 2:46:58 AM
|
|
|
|
By using RequestDespatcher interface and servlet chaining.
|
Category:
JSP
|
Date:
11/6/2010 2:13:58 AM
|
|
|