Servlet Exception Error

2004-02-19 Thread John Martyniak
Hi all, I am new to the group and new to Struts, working on my first application. I am using Struts 1.0, and tomcat 4.1.27. I get the following error: org.apache.jasper.JasperException: org/apache/struts/action/ActionForm With root cause javax.servlet.ServletException: org/apache/struts/action/

catching servlet exception

2003-10-20 Thread Yan Zhu
hey, I configured multiple exception handlers with struts and everything is working fine on actions and jsps. But my servlet exceptions still seem to be handled by the container and not by any of my exception handlers (which has a base one handles Exception). What can I do? thx yan ---

RE: throwing null servlet exception

2003-08-18 Thread Jerry Jalenak
age- > From: David Graham [mailto:[EMAIL PROTECTED] > Sent: Monday, August 18, 2003 1:24 PM > To: 'Struts Users Mailing List' > Subject: RE: throwing null servlet exception > > > --- Jerry Jalenak <[EMAIL PROTECTED]> wrote: > > David, > > > >

RE: throwing null servlet exception

2003-08-18 Thread David Graham
ionErrors.GLOBAL_ERROR, new ActionMessage((String) > ee.getErrorKey())); > > my JSP blows up on the statement (gives me a 'null' > servlet > exception.) Since you've been working on making all this play nice, do > I > just need to pull down a more recent n

RE: throwing null servlet exception

2003-08-18 Thread Jerry Jalenak
n the statement (gives me a 'null' servlet exception.) Since you've been working on making all this play nice, do I just need to pull down a more recent nightly (I'm using 8/14 currently...) Thanks! Jerry Jalenak Team Lead, Web Publishing LabOne, Inc. 10101 Renner Blvd. Lenexa, KS 662

RE: throwing null servlet exception

2003-08-18 Thread David Graham
) 577-1496 > > [EMAIL PROTECTED] > > > > -Original Message- > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED] > > Sent: Monday, August 18, 2003 10:51 AM > > To: '[EMAIL PROTECTED]' > > Subject: throwing null servlet exception > > >

RE: throwing null servlet exception

2003-08-18 Thread Jerry Jalenak
alenak [mailto:[EMAIL PROTECTED] > Sent: Monday, August 18, 2003 10:51 AM > To: '[EMAIL PROTECTED]' > Subject: throwing null servlet exception > > > Using the nightly build from 8/14, I'm now getting a null > servlet exception > on an statement. I'

throwing null servlet exception

2003-08-18 Thread Jerry Jalenak
Using the nightly build from 8/14, I'm now getting a null servlet exception on an statement. I've also had to change from using ActionError to ActionMessage since it appears that ActionError has been deprecated in 1.2.1. I've tried changing everything over to use ActionMessages

[Servlet Exception] Cannot cast to Map

2003-03-06 Thread Jerry Jalenak
I'm getting the following message from the tags following conversion to the 1.1rc1 nightly build from 3/5: [ServletException in:/WEB-INF/tiles/membersolutions/menu.jsp] Cannot cast to Map for name=Authenticated_UserKey property=null scope=null' The jsp looks like <%@ taglib uri="/bean"

Validator Servlet Exception

2002-02-08 Thread Robert D. Morse
I have a working development environment with: JBuilder 6 Enterprise Tomcat 4.0.1 Struts nightly Torque nightly I have now added the Struts Validator, and at startup under JBuilder 6, I get: javax.servlet.ServletException: Wrapper cannot find servlet class org.apache.struts.action.ValidatorServ

Servlet Exception

2001-08-29 Thread McClung, Brian
I am trying to verify an installation with the struts-blank app. I am getting a 500 Servlet Exception at the taglib descriptor: The message is: /struts-blank/index.jsp:2: org.apache.struts.taglib.bean.CookieTei I'm using Resin2.0.1. I've seen this before but I don't know how

500 Servlet Exception

2001-07-18 Thread Stanley Tan
Hi, I get a 500 servlet exception when trying to access "struts-example". I am using Resin 2.0.1. What could be wrong? On Resin 1.2.3, it does work but not on 2.0.1. What should I do? Thanks! java.lang.NoSuchMethodError at com.caucho.jsp.Taglib.fillTag(Tagli

RE: Newbie Question: Servlet Exception - "This is being answered by Dudley - giving something back to the user group for all the help i got" - thanx all u guys

2001-05-10 Thread Kevin Newman
Thanks, that was just what I needed. Now, on to the next step - connecting to a database. kln -Original Message- From: Dudley Butt@i-Commerce [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 10, 2001 2:41 AM To: '[EMAIL PROTECTED]' Subject: RE: Newbie Question: Servlet

RE: Newbie Question: Servlet Exception - "This is being answered by Dudley - giving something back to the user group for all the help i got" - thanx all u guys

2001-05-10 Thread Dudley [EMAIL PROTECTED]
Original Message- From: Kevin Newman [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 10, 2001 7:07 AM To: Struts-User (E-mail) Subject: Newbie Question: Servlet Except

Newbie Question: Servlet Exception

2001-05-09 Thread Kevin Newman
to get a feel for how strut works. When I try to add logon to the blank app I get the message below. What does this mean? Do I need to post more info? Platform: Windows 2000 Servlet Engine: Tomcat 4.0 b3 Struts: 1.0-b1 Thanks, Kevin Newman A Servlet Exception Has Occurred Excepti