I am using tomcat 5.5.17, jdk 1.5 & jre 1.5. I have the following jsp page that displays the text without the output of the java bean method call. The function is working fine... I can see the output on Tomcat console. But I could not see it on the browser. Is there any library I should include in my WEB-INF/lib directory.
Any help or hint is highly appreciated. Thank you, Seble. <%@ include file="../incfiles/security.inc" %> <%@ include file="../incfiles/error_js.inc" %> </head> <body class="bodyMain" > <table class="displaytablestyle"> <tr><td></td></tr> <tr><td></td></tr> <tr><td align=center>Welcome, <%= sessionBean.getFname() %> <%= sessionBean.getLname() %>!</td></tr> <tr><td></td></tr> <tr><td></td></tr> <tr><td>This is Trawick ISO Tracking System. You can use this web site to register ISO trainings, make updates and generate different ISO Training reports. </td></tr> <tr><td>Please use the links on the left to get started.</td></tr> <tr><td></td></tr> <tr><td></td></tr> </table> </body> </html> --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]