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
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
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
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
[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
[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
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
>>> 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.
[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
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
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]
11 matches
Mail list logo