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 2002/01/02 20:18:13 UTC

DO NOT REPLY [Bug 5414] - nested jsp:include doesn't parse expression

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5414

nested jsp:include doesn't parse expression

kin-man.chung@sun.com changed:

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



------- Additional Comments From kin-man.chung@sun.com  2002-01-02 11:18 -------
When I tried the test, I got a compilation error

/home/kchung/tomcat/jakarta-tomcat-4.0/build/work/localhost/test/page1$jsp.java:54:
';' expected.
         String page2 = "page2.jsp" 
                                   ^

After I added the missing ";" in page1.jsp and page2.jsp, the test ran as
expected.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>