https://issues.apache.org/bugzilla/show_bug.cgi?id=47822
Summary: org.apache.jasper.JasperException: jsp:getProperty for bean with name 'data'. Name was not previously introduced as per JSP.5.3 Product: Tomcat 5 Version: 5.5.28 Platform: All OS/Version: Windows XP Status: NEW Severity: blocker Priority: P2 Component: Jasper AssignedTo: dev@tomcat.apache.org ReportedBy: g.balacha...@hotmail.com --- Comment #0 from Bala <g.balacha...@hotmail.com> 2009-09-11 05:01:09 PDT --- Hi, I am facing an issue with Tomcat 5.5.28. I am using Custom tags in my jsp. when I run the application, its giving "org.apache.jasper.JasperException: jsp:getProperty for bean with name 'data'. Name was not previously introduced as per JSP.5.3". And my code as below. <%...@page contentType="text/html; charset=UTF-8" import="org.activebpel.rt.util.*" %> <%@ taglib uri="http://activebpel.org/aetaglib" prefix="ae" %> <jsp:useBean id="testListBean" class="org.activebpel.rt.war.AeTestListingBean" /> <table border="0" cellpadding="0" cellspacing="0" width="100%" align="left"> <ae:IndexedProperty name="testListBean" id="data" property="data" indexedClassName="org.activebpel.rt.war.AeTestDetail" > <tr> <td align="left"><jsp:getProperty name="data" property="id"/></td> <td align="left"><jsp:getProperty name="data" property="value"/></td> </tr> </ae:IndexedProperty> </table> Please let me know the reason why its happening and fix also. Its very important. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org