Re: Method prefix with additional parameters

2007-06-12 Thread Dave Newton
--- Anton Pussep <[EMAIL PROTECTED]> wrote: > Sorry for the annoyance, I found the answer myself > by trying a thing I never expected to work. I just > encapsulated a param-tag with the submit-tag and it > worked... Nice! > > Thanks and sorry for the unnecessary request, Thank *you* for followi

Re: Method prefix with additional parameters

2007-06-12 Thread Anton Pussep
Sorry for the annoyance, I found the answer myself by trying a thing I never expected to work. I just encapsulated a param-tag with the submit-tag and it worked... Nice! Thanks and sorry for the unnecessary request, Anton Anton Pussep wrote: > Hello, > > I am using method prefix in order to be a

Method prefix with additional parameters

2007-06-12 Thread Anton Pussep
Hello, I am using method prefix in order to be able to forward the form content to different methods in my action class. Now I need several buttons that call all the same method, but a parameter shall tell the method what to do (e.g. which entry to delete in an ArrayList). Is there a way to pass a