Are you including the <jsp:setProperty name="beanname" property="*" /> tag?
 
This matches all the request parameters to your bean's getter/ setter methods.
 

==============================================
Casey Bragg - Software Engineer
Allegiance Telecom, Inc.  Dallas, TX
214-261-8679 - [EMAIL PROTECTED]
==============================================

-----Original Message-----
From: Prashant Rao [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 25, 2000 9:19 AM
To: [EMAIL PROTECTED]
Subject: Beaninfo help

Hi I am trying to write my own beans to be accessed by a jsp page.  The jsp executes fine and no error is generated.  However the form parameters are not passed on to the bean.  This is a simple hello user bean given in suns JSP tutorial. Do I have to generate a beaninfo class and include it someplace ? The code is exactly as given in the users guide.
Any help will be appreciated
Thanks
 

Reply via email to