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: name="nullForm" type="com.strongbrain.actions.NumberPlayAction" > You ha

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: I want to use this as the forward from an Action called NumberPlayAction. In struts-config.xml, I have the following global forward: And I have the following action in