Look into the wildcard plugin.
http://www.twdata.org/struts-wildcard/
Michael McGrady wrote:
Is there a way to do the following using less real-estate in
struts-config.xml? If not, there should be:
<action
path='/admin_help'
type='com.crackwillow.struts.action.ForwardAction'
parameter='admin_help'/>
<action
path='/language_help'
type='com.crackwillow.struts.action.ForwardAction'
parameter='language_help'/>
<action
path='/main_help'
type='com.crackwillow.struts.action.ForwardAction'
parameter='main_help'/>
<action
path='/admin_webmaster_help'
type='com.crackwillow.struts.action.ForwardAction'
parameter='admin_webmaster_help'/>
<action
path='/admin_host_help'
type='com.crackwillow.struts.action.ForwardAction'
parameter='admin_host_help'/>
<action
path='/logon_webmaster_help'
type='com.crackwillow.struts.action.ForwardAction'
parameter='logon_webmaster_help'/>
<action
path='/logon_host_help'
type='com.crackwillow.struts.action.ForwardAction'
parameter='logon_host_help'/>
<action
path='/logon_guest_help'
type='com.crackwillow.struts.action.ForwardAction'
parameter='logon_guest_help'/>
<action
path='/register_help'
type='com.crackwillow.struts.action.ForwardAction'
parameter='register_help'/>
<action
path='/remind_me_help'
type='com.crackwillow.struts.action.ForwardAction'
parameter='remind_me_help'/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]