BeanInfo

2000-10-25 Thread Prashant Rao
Hi I am new to Tomcat. I am trying to incorporate my own beans in JSP. However I am unable to access the form variables in the beans though the bean is instantiated on execution of the JSP execution. Going through the archives I found the some articles on including the BeanInfo class

Re: BeanInfo

2000-10-25 Thread William Brogden
the BeanInfo class for each bean. Do I have to create the beaninfo class for each bean If so what are the required methods in the class and where do i put the beanInfo class ? You don't have to create a BeanInfo. The usual reason for this problem has to do with naming your variables

RE: Beaninfo help

2000-10-25 Thread Bragg, Casey
14-261-8679 - [EMAIL PROTECTED] == -Original Message-From: Prashant Rao [mailto:[EMAIL PROTECTED]]Sent: Wednesday, October 25, 2000 9:19 AMTo: [EMAIL PROTECTED]Subject: Beaninfo help Hi I am trying to write my own beans to be ac