https://issues.apache.org/bugzilla/show_bug.cgi?id=47822



--- Comment #2 from Rich Naylor <rich.nay...@activevos.com> 2009-09-11 06:41:34 
PDT ---
(In reply to comment #0)
> 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.

ActiveVOS was not certified with Tomcat 5.5.28, please use version 5.5.27 and
you should not have any issues. If you must use 5.5.28 for any reason, you
would need to upgrade to ActiveVOS 7.0 which should be released before end of
month. We have created a workaround in the JSP pages to address the issue with
Tomcat 5.5.28

-- 
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

Reply via email to