Re: LookupDispatchAction default

2004-03-25 Thread Brian Sayatovic/AMIG
D]> >cc: >Subject: Re: LookupDispatchAction default > > > >unspecified() is the method you want look at the javadoc. > >you do need the method name though > >/admin/list.do?method > >I saw that using "submit" as the parameter n

Re: LookupDispatchAction default

2004-03-25 Thread Brian Sayatovic/AMIG
" <[EMAIL PROTECTED]> cc: Subject:Re: LookupDispatchAction default unspecified() is the method you want look at the javadoc. you do need the method name though /admin/list.do?method I saw that using "submit" as the parameter name causes problems so i wou

LookupDispatchAction default

2004-03-24 Thread Brian Sayatovic/AMIG
I'd like to be able to have someone hit my action, /admin/list.do, without having to specify a submit paramater. However, the action is a subclass of LookupDispatchAction whci requires that the request parameter be supplied. Looking in the struts source code, it would be nice if the LookupDis