You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2009/09/11 14:01:12 UTC

DO NOT REPLY [Bug 47822] New: org.apache.jasper.JasperException: jsp:getProperty for bean with name 'data'. Name was not previously introduced as per JSP.5.3

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.balachandu@hotmail.com


--- Comment #0 from Bala <g....@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 47822] org.apache.jasper.JasperException: jsp:getProperty for bean with name 'data'. Name was not previously introduced as per JSP.5.3

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47822

--- Comment #3 from Konstantin Kolinko <kn...@gmail.com> 2010-03-09 14:30:47 UTC ---


*** This bug has been marked as a duplicate of bug 48701 ***

-- 
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 47822] org.apache.jasper.JasperException: jsp:getProperty for bean with name 'data'. Name was not previously introduced as per JSP.5.3

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47822



--- Comment #2 from Rich Naylor <ri...@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 47822] org.apache.jasper.JasperException: jsp:getProperty for bean with name 'data'. Name was not previously introduced as per JSP.5.3

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47822


Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


--- Comment #1 from Mark Thomas <ma...@apache.org> 2009-09-11 13:22:34 BST ---
This is a regression caused by the fix for 38797. The fix should be in the next
5.5.x release.

*** This bug has been marked as a duplicate of bug 38797 ***

-- 
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org