Resin and struts 1.1 Final tiles error

2003-08-14 Thread Barry Volpe
This error does not occur in Tomcat 4.1 (struts 1.1 Final). Resin works fine using the struts.jar from struts 1.1b2 When upgrading to struts 1.1 Final the following error occurs in Resin: 500 Servlet Exception javax.servlet.jsp.JspException: Can't get definitions factory from context. at

RE: Resin and struts 1.1 Final tiles error

2003-08-14 Thread Hue Holleran
. Hue. -Original Message- From: Barry Volpe [mailto:[EMAIL PROTECTED] Sent: 06 August 2003 23:31 To: Struts Users Mailing List Subject: Resin and struts 1.1 Final tiles error This error does not occur in Tomcat 4.1 (struts 1.1 Final). Resin works fine using the struts.jar from struts

Re: Struts 1.1 and Tiles

2003-07-30 Thread Siva
I feel you need to specify the tiles processor in the struts-config. Please add the following line in your struts-config.xml file controller processorClass = org.apache.struts.tiles.TilesRequestProcessor/ Siva Oliver Reflé wrote: Hi fellows, At the moment I am working on tiles. But I have

AW: Struts 1.1 and Tiles

2003-07-30 Thread Oliver Reflé
I added the line buit i still got the same error -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Siva Gesendet: Mittwoch, 30. Juli 2003 10:55 An: Struts Users Mailing List Betreff: Re: Struts 1.1 and Tiles I feel you need to specify the tiles

Re: AW: Struts 1.1 and Tiles

2003-07-30 Thread Siva
: Re: Struts 1.1 and Tiles I feel you need to specify the tiles processor in the struts-config. Please add the following line in your struts-config.xml file controller processorClass = org.apache.struts.tiles.TilesRequestProcessor/ Siva Oliver Reflé wrote: Hi fellows, At the moment I

AW: AW: Struts 1.1 and Tiles

2003-07-30 Thread Oliver Reflé
: 'Struts Users Mailing List' Betreff: Re: AW: Struts 1.1 and Tiles r u able to access .basic.layout ?? Oliver Reflé wrote: I added the line buit i still got the same error -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Siva Gesendet

Many sessions in struts 1.1 with tiles

2003-06-18 Thread Ferran Parra
Hi all, I have a webapplication with struts 1.1 - tiles-validator-OJB and tomcat 4.1.18 connect to apache JK.1.2. when start tomcat-apache and navigate in the application the number sessions increase to 130 (1XX) i can view this in the tomcat-manager aplication. why increase the number

Re: Many sessions in struts 1.1 with tiles

2003-06-18 Thread Gemes Tibor
Ferran Parra rta: Hi all, I have a webapplication with struts 1.1 - tiles-validator-OJB and tomcat 4.1.18 connect to apache JK.1.2. when start tomcat-apache and navigate in the application the number sessions increase to 130 (1XX) i can view this in the tomcat-manager aplication. why increase

Re: Struts 1.1 with tiles

2002-12-05 Thread Cedric Dumoulin
with Struts 1.1 I've written a tiles-defs.xml file. Question: How do I tell Struts to use this file? It looks like the plugin tag no longer works with Struts 1.1, so what modification do I make to struts-config.xml to tell struts to use my tiles-defs.xml? Thanks -- To unsubscribe, e-mail: mailto

Struts 1.1 with tiles

2002-12-03 Thread cruegger
I'm trying to use tiles with Struts 1.1 I've written a tiles-defs.xml file. Question: How do I tell Struts to use this file? It looks like the plugin tag no longer works with Struts 1.1, so what modification do I make to struts-config.xml to tell struts to use my tiles-defs.xml? Thanks

RE: JBoss-3.0.3_Tomcat-4.1.12 struts 1.1-b2 tiles problem

2002-10-15 Thread Theo Harper
context class loader. Theo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 15 October 2002 16:13 To: Struts Users Mailing List Subject: RE: JBoss-3.0.3_Tomcat-4.1.12 struts 1.1-b2 tiles problem There are a fwe documented classloader issues with JBoss

JBoss-3.0.3_Tomcat-4.1.12 struts 1.1-b2 tiles problem

2002-10-15 Thread Jamie M
hi, I've installed jboss, and when I deploy the struts blank application I get an exception which appears to be caused by tiles (see stacktrace below - please excuse yahoo's formatting). I've not deployed anything else, or changed the blank app or JBoss' config. The class that can't be found

RE: JBoss-3.0.3_Tomcat-4.1.12 struts 1.1-b2 tiles problem

2002-10-15 Thread James Mitchell
: Jamie M [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 10:20 AM To: [EMAIL PROTECTED] Subject: JBoss-3.0.3_Tomcat-4.1.12 struts 1.1-b2 tiles problem hi, I've installed jboss, and when I deploy the struts blank application I get an exception which appears to be caused

RE: JBoss-3.0.3_Tomcat-4.1.12 struts 1.1-b2 tiles problem

2002-10-15 Thread Kevin . Bedell
: (bcc: Kevin Bedell/Systems/USHO/SunLife) Subject:RE: JBoss-3.0.3_Tomcat-4.1.12 struts 1.1-b2 tiles problem I also use JBoss-3.0.3_Tomcat-4.1.12. I think this version is a bit buggy, when I deploy struts-example (after JBoss boot up), I get ClassNotFoundExceptions for any one of several

Re: Struts 1.1 and Tiles

2002-02-19 Thread Cedric Dumoulin
Hi Dave, The normal way to use Tiles with Struts is to write your own action forwarding to a logical name. This logical name can be linked to a Tile definition name : action path=/test/testAction type=org.apache.struts.example.tiles.test.TestActionTileAction forward

Re: Struts 1.1 and Tiles

2002-02-19 Thread Dave Weis
On Tue, 19 Feb 2002, Cedric Dumoulin wrote: The normal way to use Tiles with Struts is to write your own action forwarding to a logical name. This logical name can be linked to a Tile definition name : action path=/test/testAction

Re: Struts 1.1 and Tiles

2002-02-19 Thread Cedric Dumoulin
Do you use appropriate ComponentActionServlet and TilesRequestProcessor (if Struts1.1) ? If not, specify the first in web.xml and second in struts-config.xml. Check tiles-doc or struts-tiles example to know the syntax. If you write modified ForwardAction, I will make it available in the

Re: Struts 1.1 and Tiles

2002-02-19 Thread Dave Weis
On Tue, 19 Feb 2002, Cedric Dumoulin wrote: Do you use appropriate ComponentActionServlet and TilesRequestProcessor (if Struts1.1) ? If not, specify the first in web.xml and second in struts-config.xml. Check tiles-doc or struts-tiles example to know the syntax. Sorry to be dense, but I

Re: Struts 1.1 and Tiles

2002-02-19 Thread Cedric Dumoulin
TilesRequestProcessor has been committed with Tiles for Struts1.1 since 18/02. It should be now in latest Struts nightly build. Also, you can download Tiles from its main site, and choose development version. It is in it (I have just check it ;-) ). Try to play with tiles-doc.war. You need

Re: Struts 1.1 and Tiles

2002-02-19 Thread Dave Weis
On Tue, 19 Feb 2002, Cedric Dumoulin wrote: TilesRequestProcessor has been committed with Tiles for Struts1.1 since 18/02. It should be now in latest Struts nightly build. Also, you can download Tiles from its main site, and choose development version. It is in it (I have just check it ;-)

Re: Struts 1.1 and Tiles

2002-02-19 Thread Cedric Dumoulin
Dave Weis wrote: On Tue, 19 Feb 2002, Cedric Dumoulin wrote: TilesRequestProcessor has been committed with Tiles for Struts1.1 since 18/02. It should be now in latest Struts nightly build. Also, you can download Tiles from its main site, and choose development version. It is in it

Re: Struts 1.1 and Tiles

2002-02-19 Thread Dave Weis
On Tue, 19 Feb 2002, Cedric Dumoulin wrote: Dave Weis wrote: On Tue, 19 Feb 2002, Cedric Dumoulin wrote: TilesRequestProcessor has been committed with Tiles for Struts1.1 since 18/02. It should be now in latest Struts nightly build. Also, you can download Tiles from its main site,

Re: Struts 1.1 and Tiles

2002-02-18 Thread Cedric Dumoulin
I have just updated Tiles to let them run with latest Struts nightly build (1.1dev). This update add a new TilesRequestProcessor class. The struts-tiles.war (or tiles-doc.war) are modified in order to take into account the new struts1.1 mechanism. You can download new Tiles distributions

Re: Struts 1.1 and Tiles

2002-02-18 Thread Dave Weis
On Mon, 18 Feb 2002, Cedric Dumoulin wrote: I have just updated Tiles to let them run with latest Struts nightly build (1.1dev). This update add a new TilesRequestProcessor class. The struts-tiles.war (or tiles-doc.war) are modified in order to take into account the new struts1.1

Struts 1.1 and Tiles

2002-02-15 Thread Dave Weis
How are the two shaping up? Are there still problems using a newer version of struts with tiles? There are some features of 1.1 that I need such as the dynamic forms. Also, would a nightly Struts download be in the 1.1 series or will it be 1.0.2 with some additional fixes? Thanks dave --