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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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.