RE: Websphere 4 & Tiles

2002-04-03 Thread Steve Hupert
I do not know what is causing your error, but I can tell you we have an application running using Websphere 4.0 with struts 1.0.2 and tiles. -Original Message- From: Daemi, Anusch [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 9:05 AM To: '[EMAIL PROTECTED]' Subject: Webspher

RE: Where is the source for ActionMappingFactory?

2002-04-02 Thread Steve Hupert
Just to make sure it is clear, I am looking for the ActionMappingFactory.java in jakarta-struts-1.1-b1-src.zip. -Original Message- From: Steve Hupert [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002 4:31 PM To: Struts Users Mailing List Subject: Where is the source for

Where is the source for ActionMappingFactory?

2002-04-02 Thread Steve Hupert
I am trying to debug the problem described below and was wondering where the source for org.apache.struts.config.ActionMappingFactory could be found. I seem to be only able to find a .class file. -Original Message- From: Steve Hupert [mailto:[EMAIL PROTECTED]] Sent: Monday, April 01

Struts 1.1b-1 struts-config.xml parsing issues.

2002-04-01 Thread Steve Hupert
I am sure I am missing something in the setup/configuration of beta release. I am having problems getting the application to start without getting a null pointer exception during the parsing of struts-config.xml. I was originally attempting to get this to work using Websphere 4.0. However, afte

RE: checking action name

2002-03-27 Thread Steve Hupert
In the perform method of my action class, I have stored the path attribute of the forward being returned from the mapping object as an attribute in the request. I can then access the path from JSP pages to determine what lead me to the JSP page. For example in the perform method: request

RE: Page wrapper element?

2002-03-21 Thread Steve Hupert
You may also want to look at the tiles framework (included in the 1.1 beta or at http://www.lifl.fr/~dumoulin/tiles/) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 12:30 PM To: [EMAIL PROTECTED] Subject: Page wrapper element? Hi,

RE: Struts 1.1b-1 - Parsing error processing resource path /WEB-INF/struts-config.xml

2002-03-21 Thread Steve Hupert
/struts-config.xml Hi, you must assign the variable XERCESJAR to your project (right click, properties, java build path, add variable), and check the order must be before the source folder of your project. Enrique. - Original Message - From: "Steve Hupert" <[EMAIL PROTECTED]

Struts 1.1b-1 - Parsing error processing resource path /WEB-INF/struts-config.xml

2002-03-20 Thread Steve Hupert
I am attempting to create the struts-blank application from jakarta-struts-1.1b1-lib.zip using Websphere Studio Application Developer 4.0.2. When I attempt to start the application server (The Websphere v4 Test Server) I receive the following error: java.lang.NullPointerException at org.