I'm trying to set an action mapping to a tile.

I have a jsp page with a link to Tester: <a href="pages/Tester">Test</a>

In my struts-config.xml I have a forward mapped: <action path="pages/Tester" forward="Test.page" />

And in tile-def.xml I have Test.page defined:
<definition name="Test.page" extends="Main.layout">
  <put name="title" value="Test" />
</definition>

However this gives a 404 for the page test/pages/Tester

I thought it might be that the application hasn't been updated so I stopped and restarted Tomcat and that had no effect - still 404's.

Anything else I need to check?

Thanks Graham Reeds.


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

Reply via email to