Bug report #805 has just been filed.

You can view the report at the following URL:

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

REPORT #805 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: medium
Severity: serious
Confidence: public
Environment: 
   Release: tomcat m4
   JVM Release: 1.1.3
   Operating System: linux
   OS Release: 2.2.17
   Platform: Intel

Synopsis: 
Imort of packages in included JSP page

Description:
when i do in a JSP page:
<jsp:include page="<%=jspLetName%>"/>

and in included page is a tag:
<%@ page import="some.package.*"%>
i expect in compiled java file will be
import some.package.*;
but isn't, so i must write whole names. 
Title: BugRat Report # 805

BugRat Report # 805

Project: Tomcat Release: tomcat m4
Category: Bug Report SubCategory: New Bug Report
Class: swbug State: received
Priority: medium Severity: serious
Confidence: public

Submitter: _Anonymous ( [EMAIL PROTECTED] )
Date Submitted: Jan 19 2001, 09:21:59 CST
Responsible: Z_Tomcat Alias ( [EMAIL PROTECTED] )

Synopsis:
Imort of packages in included JSP page
Environment: (jvm, os, osrel, platform)
1.1.3, linux, 2.2.17, Intel

Additional Environment Description:

Report Description:
when i do in a JSP page: and in included page is a tag: <%@ page import="some.package.*"%> i expect in compiled java file will be import some.package.*; but isn't, so i must write whole names.

View this report online...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to