Re: Tiles configuration with Struts 1.1b1

2002-08-01 Thread @Basebeans.com
Subject: Re: Tiles configuration with Struts 1.1b1 From: "Eric Weiss" <[EMAIL PROTECTED]> === Cedric, I am trying to get Tiles installed using struts 1.1b, but am having difficulty. According to one of your posts to this news group, I supposed to be using the plug-in wth 1.1b.

Re: Tiles configuration with Struts 1.1b1

2002-07-31 Thread Cedric Dumoulin
Hi, Using the TilesPlugin is now the way to go with Struts1.1 nightly build. The documentation is updated. Please send me any faulty url if you find something else ! Check http://jakarta.apache.org/struts/userGuide/dev_tiles.html, and also struts-documentation.war which is much accurate.

Re: Tiles configuration with Struts 1.1b1

2002-07-30 Thread Eddie Bush
Excellent! Dylan van Iersel wrote: >Ok, I've had my third cup. It works. Thank you very much. >Should have read Chuck's chapter a bit more thoroughly. > >Dylan > >Eddie Bush said: > >>I never trust myself until I have my third cup of morning coffee :-) As >> I said in another post, we're all hu

Re: Tiles configuration with Struts 1.1b1

2002-07-30 Thread Michael Delamere
I´m still on my second. no wonder I´m not quite awake yet! ;-) Michael - Original Message - From: "Dylan van Iersel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 30, 2002 10:21 AM Subject: Re: Tiles configuration with Struts 1.1b1 > &g

Re: Tiles configuration with Struts 1.1b1

2002-07-30 Thread Dylan van Iersel
Ok, I've had my third cup. It works. Thank you very much. Should have read Chuck's chapter a bit more thoroughly. Dylan Eddie Bush said: > I never trust myself until I have my third cup of morning coffee :-) As > I said in another post, we're all human ... at least, I hope we are! > :-) > > G

Re: Tiles configuration with Struts 1.1b1

2002-07-29 Thread Eddie Bush
I never trust myself until I have my third cup of morning coffee :-) As I said in another post, we're all human ... at least, I hope we are! :-) Good Luck! Eddie Dylan van Iersel wrote: >Hi Eddie, > >Thanks for your reply. I must have had my head in the blender or >something. It have encount

Re: Tiles configuration with Struts 1.1b1

2002-07-29 Thread Dylan van Iersel
Hi Eddie, Thanks for your reply. I must have had my head in the blender or something. It have encountered so much different sources of documentation that things got mixed up. Anyway, I'll try your suggestion tomorrow and let you know how things went. Again thanks for your help and effort. Dyla

Re: Tiles configuration with Struts 1.1b1

2002-07-29 Thread Eddie Bush
The latest nightly, in the tiles-documentation.war file, if you unpack it, has a struts-config.xml. If you notice (I'm assuming this is what you referenced), the RequestProcessor override has been commented out. However, the plug-in element is there! I'm basing my view off this information.

Re: Tiles configuration with Struts 1.1b1

2002-07-29 Thread Eddie Bush
I think you have it bass-ackwards ... Dylan van Iersel wrote: >I have just checked out the nightly 1.1b1. It does not include the >TilesPlugin anymore and I remember having read somewhere that the >TilesPlugin is to be used in Struts 1.0. I remember that for 1.1b1 one >should use TilesRequestPr

Re: Tiles configuration with Struts 1.1b1

2002-07-29 Thread Dylan van Iersel
I have just checked out the nightly 1.1b1. It does not include the TilesPlugin anymore and I remember having read somewhere that the TilesPlugin is to be used in Struts 1.0. I remember that for 1.1b1 one should use TilesRequestProcessor. However, when requesting an action path, I consistently get

Re: Tiles configuration with Struts 1.1b1

2002-07-29 Thread @Basebeans.com
Subject: Re: Tiles configuration with Struts 1.1b1 From: Torgeir Veimo <[EMAIL PROTECTED]> === Dylan van Iersel wrote: > Hi all, > > Can anybody tell me how to configure Struts with Tiles. Am I supposed to > use TilesRequestProcessor and if so how do I point it to the tile

Re: Tiles configuration with Struts 1.1b1

2002-07-29 Thread Eddie Bush
I'm using a nightly - things are "on the move" wrt how Tiles functions wrt Struts/integration. I believe this is how you should now include Tiles functionality in your struts-config.xml. Check out Chuck's book review on theserverside.com! You can get