From: "Simons Kevin" <[EMAIL PROTECTED]>

I have used tiles and struts1.2.7 without definitions. The test worked. Now I wanted to test struts and tiles with definitions.
This is the tiles-defs.xml file (stored in my web-app web-inf folder)
<tiles-definitions>
<definition name="tests.test" path="/tests/x.jsp"/>
</tiles-definitions>

<tiles:insert beanName="tests.test" flush="true"/>

I'm think you want 'name' not 'beanName'.  Try this:

  <tiles:insert name="tests.test" ... />

http://struts.apache.org/struts-tiles/tagreference-struts-tiles.html#insert

--
Wendy Smoak


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

Reply via email to