I've crawled through the forums enough to see that there's been some problems in this area - ForwardAction doesn't understand that a parameter containing ".fred" points to a Tiles def named .fred
I haven't found any solution.
Can someone point me in the right direction?
>>>>>> Tiles Def (one of a bunch that all worked just fine)
<!DOCTYPE tiles-definitions PUBLIC
"-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN"
"http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd">
<tiles-definitions>
<!-- The main thing -->
<definition name=".mainDef" page="/pages/tiles/mainLayout.jsp"
controllerClass="us.glsi.nav.TilesController">
<put name="title" value="HighGear2005" />
<put name="header" value="/pages/tiles/header.jsp" />
<put name="menubar" value="/pages/tiles/menubar.jsp" />
<put name="body" value="/pages/tiles/body.jsp" />
<put name="footer" value="/pages/tiles/footer.jsp" />
</definition><!-- home tile -->
<definition name=".home" extends=".mainDef">
<put name="body" value="/pages/tiles/home.jsp" />
</definition>>>>>> struts-config entry
<!-- Public Home page --> <action path="/Home"
type="org.apache.struts.actions.ForwardAction" parameter=".home">
<forward name="success" path=".home"/> </action>
--
------------------------------------------------------------------------
L.W.(Les) Dunaway
GL Services
770-974-4289 / 888-243-9886
[EMAIL PROTECTED]
"Great minds discuss ideas. Average minds discuss events. Small minds discuss people." - Admiral Hyman Rickover
------------------------------------------------------------------------
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

