USE BEAN TAG...

Hi all,

Im getting the following error...when running the JSP page which uses USE BEAN tag in it , I am getting the following error...

JasperException: /MDKExampleJSP/tableView.jsp(5,2) The value for the useBean class attribute example1.bean.TableViewBean is invalid.

can anyone pls help me out...!!!!

Regards,

kumar

[353 byte] By [ykra] at [2007-11-27 3:34:38]
# 1
Means that TableViewBean is not a valid Java Bean class. That is it is not an interface or abstract class, it has a public no argument constructor and it has public getter and setter methods.
tolmanka at 2007-7-12 8:37:46 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...