| Author |
jsp:useBean id not clear
|
Harikrishna Gorrepati
Ranch Hand
Joined: Sep 23, 2010
Posts: 422
|
|
Hi, I am not clear how <jsp:useBean> id is working. Here is the complete working code. Can you please explain me how id portion from each file is communicating ?
MurachPage303.jsp
AddToEmailListServlet.java
User.java
MurachPage305.jsp
web.xml
|
OCPJP 6.0-81% | Preparing for OCWCD
http://www.certpal.com/blogs/cert-articles | http://sites.google.com/site/mostlyjava/scwcd |
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56192
|
|
|
The id is the name by which the scoped variable is being bound into the session.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: jsp:useBean id not clear
|
|
|