Re: Problem using xml tiles definition as forward for an Action.

2007-07-25 Thread Antonio Petrelli
2007/7/25, Ken Bowen [EMAIL PROTECTED]: I want to use this as the forward from an Action called NumberPlayAction. And I have the following action in the action-mappings: Correct it to: action path=/NumberPlay name=nullForm type=com.strongbrain.actions.NumberPlayAction

Problem using xml tiles definition as forward for an Action.

2007-07-24 Thread Ken Bowen
Hi, [Using struts 1.2.7 on Tomcat 5.5] In tiles-defs.xml, I have the following definition: definition name=numberplay.main extends=baseStandardLayout put name=page_subheader value=Number Play/ put name=javascript value=/pages/numberplay/include.js / put