RE: How to change from .do to .whatever in struts 1.2.9 ?

2007-02-22 Thread Bolutiwi, Olu
.whatever in struts 1.2.9 ? just change the mapping in your web.xml? regards Leon On 2/22/07, Bolutiwi, Olu <[EMAIL PROTECTED]> wrote: > Hi all, > > How can I change the default extension provided in struts 1.2.9 from > .do to .go or .whatever ? > > Cheers > > > Th

How to change from .do to .whatever in struts 1.2.9 ?

2007-02-22 Thread Bolutiwi, Olu
Hi all, How can I change the default extension provided in struts 1.2.9 from .do to .go or .whatever ? Cheers This e-mail (and any attachment) is intended only for the attention of the addressee(s). Its unauthorised use, disclosure, storage or copying is not permitted. If you are not the inte

RE: global auth. for application

2007-01-09 Thread Bolutiwi, Olu
Extend request processor (struts 1.2.X), validate and forward to appropriate view if validation succeeds, this means that every action in your entire application is validated. I hope am clear -Original Message- From: Aljosa Mohorovic [mailto:[EMAIL PROTECTED] Sent: 09 January 2007 15:00

RE: html:select and sorting

2007-01-05 Thread Bolutiwi, Olu
Thanks much appreciated -Original Message- From: Puneet Lakhina [mailto:[EMAIL PROTECTED] Sent: 04 January 2007 19:47 To: Struts Users Mailing List Subject: Re: html:select and sorting On 1/4/07, Bolutiwi, Olu <[EMAIL PROTECTED]> wrote: > > Hi all, I have the same iss

RE: html:select and sorting

2007-01-04 Thread Bolutiwi, Olu
Hi all, I have the same issue. I am selecting a list of town names and ids from the database (sorted by town name) and adding them to a TreeMap or HashMap. TreeMap sorts by key (in this case its my ids from the database) and HashMap messes up the sort order. How can I use a collection that supp