WL has major problems with Web Apps (among other things).  Supposedly the
next service pack (7) will take care of some of these issues.

Steve...


-----Original Message-----
From: John Raley [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 15, 2000 11:27 PM
To: Struts
Subject: Problems with example app, and cookie & match tests, in
WebLogic 5.1


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.

Reply via email to