Re: LookupDispatchAction - loading values from a properties file

2002-12-18 Thread Erik Hatcher
Matt, This looks reasonable. Generally speaking changing a button mapping would involve new code, so a recompile is necessary, but as you mention you are mapping multiple buttons to the same method. Although I'd caution against using LookupDispatchAction unless you really have forms that

RE: LookupDispatchAction - loading values from a properties file

2002-12-18 Thread Matt Raible
to just increase the number of lines ;-) Matt -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 7:06 AM To: Struts Developers List Subject: Re: LookupDispatchAction - loading values from a properties file Matt, This looks

Re: LookupDispatchAction - loading values from a properties file

2002-12-18 Thread Erik Hatcher
But it seems to just increase the number of lines ;-) Matt -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 7:06 AM To: Struts Developers List Subject: Re: LookupDispatchAction - loading values from a properties file Matt, This looks

RE: LookupDispatchAction - loading values from a properties file

2002-12-18 Thread Matt Raible
: Wednesday, December 18, 2002 8:56 AM To: Struts Developers List Subject: Re: LookupDispatchAction - loading values from a properties file I'm not sure where your .properties file lives, but you should be able to do something similar to this: Properties props = new Properties