Originally posted by Arvind Birla: but it doesn't work.
Does the keyboard burst into flames?
Seriously, "it doesn't work" doesn't tell us anything about your issue. What happened? What error did you get? [ April 21, 2008: Message edited by: Bear Bibeault ]
UserInfo is a bean that is populated with data that the user fills out in the form. On this page I just use the line below to display what he entered. <jsp:useBean id="userInfo" scope="request" class="com.beans.UserInfo" />
The line above is used to display the data to the user before entering in the dbase like below.
value="<cut value="${userInfo.emailAddr}" />">
I need the bean in a servlet I forward to when the user agrees to having this data put into a Dbase.