Sounds like you should get a new xml editor if you care about file real
estate.

BAL
----- Original Message ----- 
From: "Michael McGrady" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, July 08, 2004 5:44 PM
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