I have created a new action class and written:

/**
* Add Editors to Domains
*
* @struts.action name="domainAdminEditorForm" path="/admin/domainAdminEditor" scope="request" parameter="method"
*
* @struts.action-forward name="domainAdminEditor.page" path=".domainAdminEditor"
*
* @author Shervin Asgari
*
*/

In the beginning, and in tiles-def I have:

<definition name=".domainAdminEditor" extends=".tiles-adminpage" >
   <put name="content" value="/website/domainEditor.jsp" />
</definition>

But in my struts-config.xml file which is build, the new forwarding doesnt appear. Have I forgotten something??

--
Shervin Asgari


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

Reply via email to