Changed this code :
session.setAttribute(mapping.getAttribute(), form);

to :
session.setAttribute(mapping.getName(), form);

since you are using the "name" attribute not the
"attribute" attribute

__________________________________________________
Do You Yahoo!?
Promote your business from just $5 a month!
http://sg.biztools.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to