By the way i am not in touch with jsp. I have done a
work in jsp a long time ago.
if you still have this problem after too many replies
from stephen. try one more thing.
Replace this code
<% String strName = request.getParameter( "Name" )%>
with
<% String strName = request.getParameter( "name"
)%>