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 2001/09/20 09:03:33 UTC

DO NOT REPLY [Bug 3740] New: - simple javabeans problem

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=3740>.
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=3740

simple javabeans problem

           Summary: simple javabeans problem
           Product: Tomcat 4
           Version: 4.0 Final
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: linuxman@263.net


hi,

I tried a very simple javabean like this but failed(this example from wrox
book:professional jsp, first edition):

<jsp:useBean id="mparam" scope="session" class="java.lang.String">
This is used to initialize the bean...
</jsp:useBean>

<html>
<body>
 Hello World !
</body>
</html>

tc4 just output <html><body></body></html>, nothing else.