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 2004/06/10 23:51:02 UTC

DO NOT REPLY [Bug 29512] New: - Weird cache and jsp tags behavior.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29512>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29512

Weird cache and jsp tags behavior.

           Summary: Weird cache and jsp tags behavior.
           Product: Tomcat 4
           Version: 4.1.27
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: pcgscrap@comcast.net


A webapp page with a select list is populated through a query wrapped by a jsp
taglib. The fetch from the database loads it and 1 of those records is set to be
the default. The problem is that the default isn't always selected when a new
record is created as it should be. If I delete the cache (page_jsp.java and
page_jsp.class) from the work directory and it is recompiled it will then work
until an existing record is viewed. After that record is viewed and the new
record is selected the default is no longer selected and the list simply
displays the first item. 

The behavior does not occur when the app is ran on my 4.0.6 Tomcat server.

Browsers Tested: Mozilla Firebird and IE 6

Java Version  	1.4.1_01
Java Vendor 	Sun Microsystems Inc.
JVM Version 	1.0
JVM Vendor 	Sun Microsystems Inc.
JVM Implementation Version 	1.4.1_01-b01
Java Runtime 	Java(TM) 2 Runtime Environment, Standard Edition
Java VM 	Java HotSpot(TM) Client VM  (---> gonna change to server)
User Timezone 	US/Central
Operating System 	Linux 2.4.19-4GB
OS Architecture 	i386
Application Server 	Apache Tomcat 4.1.27

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org