On Oct 25, 2006, at 5:04 PM, Laurie Harper wrote:

Chris Pratt wrote:
Hmmm, I'm not using Tiles alone or Struts 2. I'm using the Tiles integrated into Struts 1.2.9. I've tried using the ForwardAction to forward something
like:
   <action path="/loginPage.jsp" parameter="login.layout" type="
org.apache.struts.actions.ForwardAction"/>
But it doesn't work, it just returns 404's.

You probably want something like

  <action path=".tile.name" ...

I think you actually want something like this:

        <action path="/somepage" forward="tile.name"/>

The above assumes Struts 1.2.9 with the Tiles plugin installed. Of course the path attribute is what you'd type into the browser and the forward attribute is the tiles def.

Greg



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to