Nope.. and you're probably right.  
Something like 
<actionGroup
        type='com.some.action.class'>
        <actionPair path="/path/to/action" parameter="paramName"/>
        <actionPair path="/path/to/anotherAction" parameter="anotherParamName"/>
</actionGroup>

On the other hand.... I don't really care how much file space it takes up, since I use 
Xdoclet to generate
this file, or WSAD/MyEclipse to view/generate it.

> -----Original Message-----
> From: Michael McGrady [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 08, 2004 2:45 PM
> To: Struts Users Mailing List
> Subject: Simplifying struts-config.xml
> 
> 
> 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]

Reply via email to