Re: tiles ForwardAction

2004-09-09 Thread Michael McGrady
Janne Mattila wrote: Hmmm, I thought that you could use Struts just fine even if you did not use Tiles at all? Of course you can. You can also use Tiles without Struts. Nothing to see here. Just move along. LOL Michael - T

Re: tiles ForwardAction

2004-09-09 Thread Janne Mattila
Hmmm, I thought that you could use Struts just fine even if you did not use Tiles at all? From: Michael McGrady <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: Re: tiles ForwardA

Re: tiles ForwardAction

2004-09-09 Thread Michael McGrady
McGuire you are a hoot! I did not mean the only way to forward was to forward to a Tiles definition. That would be really stupid and really wrong. Notice I said that this is "the only way you can get to a page"? Building a response is not getting to a page at all so that hardly counts. I k

Re: tiles ForwardAction

2004-09-08 Thread brenmcguire
Sorry I made a mistake. I should have written this way: --- Wrong, you can ALSO (besides a Tiles definition) forward to a JSP page or to a servlet (used in StrutsCX) or to another action or to nothing at all (e.g. if you build the HttpServletResponse manually). --- That is, you can build the respon

Re: tiles ForwardAction

2004-09-08 Thread Michael McGrady
[EMAIL PROTECTED] wrote: Hello, is ther any way I can forward to a tile-definition? That is the only way you can ever get to a page at all in Struts, so the answer has to be "Yes". Wrong, you can forward to a JSP page or to a servlet (used in StrutsCX) or to another action or to nothi

Re: tiles ForwardAction

2004-09-08 Thread Michael McGrady
[EMAIL PROTECTED] wrote: Hello, is ther any way I can forward to a tile-definition? That is the only way you can ever get to a page at all in Struts, so the answer has to be "Yes". Wrong, you can forward to a JSP page or to a servlet (used in StrutsCX) or to another action or to nothi

Re: tiles ForwardAction

2004-09-08 Thread Yves Sy
One note about tiles is that you cannot redirect to a tiles-definition since it's not a valid URI. The usual way to get around that is to create an ActionMapping that uses a ForwardAction and pass the tiles definition as your parameter. -Yves-. On Wed, 8 Sep 2004 08:28:21 +0200, [EMAIL PROTECTED

Re: tiles ForwardAction

2004-09-07 Thread brenmcguire
>>> Hello, >>> >>> is ther any way I can forward to a tile-definition? >>> > > > That is the only way you can ever get to a page at all in Struts, so the answer has to be "Yes". Wrong, you can forward to a JSP page or to a servlet (used in StrutsCX) or to another action or to nothing at all (e.g.

Re: tiles ForwardAction

2004-09-07 Thread Michael McGrady
[EMAIL PROTECTED] wrote: Sure you can, but you have to satisfy some requirements: 1) Use the Tiles controller instead of standard Struts controller, i.e. in your struts-config.xml you must specify: processorClass="org.apache.struts.tiles.TilesRequestProcessor"/> but I think you already did it bec

Re: tiles ForwardAction

2004-09-06 Thread brenmcguire
Sure you can, but you have to satisfy some requirements: 1) Use the Tiles controller instead of standard Struts controller, i.e. in your struts-config.xml you must specify: but I think you already did it because you are using Tiles :-P 2) Have a elements in your struts-config.xml, either global

tiles ForwardAction

2004-09-06 Thread Michael Kastner
Hello, is ther any way I can forward to a tile-definition? Greetings Michael Kastner - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]