SCJP 1.5, SCWCD 1.5
SCJP1.4: 96% SCWCD5: 91%
When you submit the form to the servlet a new request object comes into life..
Afzal
SCJP 1.5, SCWCD 1.5
Originally posted by Varun Nayudu:
--------------------------------------
the servlet that should get the Attribute from jsp for the person
servlet class:
Person = (Person)request.getAttribute("Person");
--------------------------------------
Afzal
Originally posted by Sarat Koduri:
Matteo .. is this the case always.. ?? i don't think so.. because.. if we set an attribute in the request scope of the Form and we submit it to the servlet.. i am sure we can retrive it back. isn't it..??
[ October 03, 2008: Message edited by: Sarat Koduri ]
SCJP1.4: 96% SCWCD5: 91%
Originally posted by Varun Nayudu
Person = (Person)request.getAttribute("Person");
SCJP, SCWCD.
|Asking Good Questions|