> So i used the <jsp:useBean tag as follows
>
[quoted text clipped - 10 lines]
> Person person = request.getAttribute("person"); , it doesn't work ,
> please help
You've specified request scope, meaning that those values will only last
for the remainder of this request. It's unlikely that, after you reach
this JSP, you'll ever get back to a servlet again in this request.
A band-aid for the problem might be to change the scope to session...
but that's just a band-aid. You should rethink your design. In fact,
don't use jsp:setProperty. It's a symptom of poor design.

Signature
www.designacourse.com
The Easiest Way To Train Anyone... Anywhere.
Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation