You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by BugRat Mail System <to...@cortexity.com> on 2001/01/09 01:35:59 UTC

BugRat Report #720 has been filed.

Bug report #720 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com/BugRatViewer/ShowReport/720>

REPORT #720 Details.

Project: Jasper
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: high
Severity: critical
Confidence: public
Environment: 
   Release: jakara-tomcat-4.0-b1
   JVM Release: ANY
   Operating System: ANY
   OS Release: ANY
   Platform: ANY

Synopsis: 
<jsp:useBean id="differentId" type="classtype" scope="session" /> doesn't work as spec says

Description:
Hi:
  With Tomcat 4.0 Beta1 if we
use 
<jsp:useBean id="differentId" type="classType" scope="session" />

After creating the similar scope and class type bean previously with different id doesn't work. The JSP specification specifically says you can have different local name for the class by using only type and not giving 
class or bean name .

Thanks
-Ramesh