RE: Weblogic 5.1 and struts 1.0 -- resolved

2001-08-27 Thread sbhujwa
Subject: RE: Weblogic 5.1 and struts 1.0 Please respond to struts-user

RE: Weblogic 5.1 and struts 1.0

2001-08-21 Thread baris.guzelordu
Copy ApplicationResource.properties to where your classes areProbably /weblogic/WEB-INF/classes/...packages.../...classes... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 5:19 PM To: [EMAIL PROTECTED] Subject: Weblogic 5.1 and

Re: Weblogic 5.1 and Struts 1.0, Classpath question

2001-01-25 Thread renzo estrella
This may be caused by the cast exception problem: MessageTag code first gets tries to get the MessageResources from servletContext.getAttribute() It then cast the object returned to MessageResources this failure may be leading to your problem so I would suggest you try including

Re: Weblogic 5.1 and Struts 1.0, Classpath question

2001-01-25 Thread Harit Nanavati
No luck here ! -Harit - Original Message - From: "renzo estrella" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 25, 2001 7:27 PM Subject: Re: Weblogic 5.1 and Struts 1.0, Classpath question This may be caused by the cast exception problem: MessageTag code

Re: Weblogic 5.1 and Struts 1.0, Classpath question

2001-01-25 Thread renzo estrella
25, 2001 7:27 PM Subject: Re: Weblogic 5.1 and Struts 1.0, Classpath question This may be caused by the cast exception problem: MessageTag code first gets tries to get the MessageResources from servletContext.getAttribute() It then cast the object returned to Messag

RE: Weblogic 5.1 and Struts 1.0, Classpath question

2001-01-25 Thread rhayden
]] Sent: Thursday, January 25, 2001 10:51 PM To: [EMAIL PROTECTED] Subject: Re: Weblogic 5.1 and Struts 1.0, Classpath question Just did that .. sturts.jar extracted. directory in WL classpath war file extrected. deleted starts.jar from lib directory added the addtional precomple lines in web.xml All