I've deployed the struts examples in WebLogic 5.1.0. (If Struts is not
compatible with WL stop me here.) I'm having trouble running the
example app and the cookie test.
The example app throws the following exception:
javax.servlet.jsp.JspException: Missing resources attribute
org.apache.struts.action.MESSAGE
at
org.apache.struts.taglib.bean.MessageTag.doStartTag(MessageTag.java:232)
at jsp_servlet._index._jspService(_index.java:82)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
(etc)
The tests in the test app pass, except for the cookie test and the
"Match Tags" test. The cookie test displays:
/bean-cookie.jsp(25): sess is not defined as bean
probably occurred due to an error in /bean-cookie.jsp line 25:
<td><jsp:getProperty name="sess" property="comment"/></td>
(it looks defined to me). And the Match Tags test throws:
javax.servlet.jsp.JspException: No cookie JSESSIONID was included in
this request
at
org.apache.struts.taglib.bean.CookieTag.doStartTag(CookieTag.java:167)
at
jsp_servlet._logic_45_match._jspService(_logic_45_match.java:99)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
(etc)
Any help or doc flames appreciated.