You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Henry J Cooper <hc...@ev1.net> on 2001/01/18 19:08:39 UTC

struts-test errors

hello,
i've intalled struts-test.war on weblogic 6.0 and have found two of the test
to fail.

1) under BEAN Tags the <bean:cookie> test fails with a "The page cannot be
displayed" error in the browser and the following in the console:
<Error> <HTTP> <[WebAppServletContext(3930716,struts-test)] Servlet failed
with Exception
weblogic.servlet.jsp.JspException: (line 25): sess is not defined as bean

2) under HTML Tags the <html:multibox> test fails with a "Error
500--Internal Server Error" error in the browser and the following in the
console:
<Error> <HTTP> <[WebAppServletContext(3930716,struts-test)] Root cause of
ServletExceptio
javax.servlet.jsp.JspException: Cannot find bean under name null

anybody know anything about these?

thanx-
Henry