Re: html:submit question

2002-12-03 Thread Kevin HaleBoyes
--- Gemes Tibor <[EMAIL PROTECTED]> wrote: > 2002. december 3. 16:30 dátummal Kevin HaleBoyes ezt írtad: > > > The way it works now, I have to compare the value of the > operation > > property of the form bean against the string that is displayed to > > the user. That seems a bit fragile - suppo

Re: html:submit question

2002-12-03 Thread Gemes Tibor
2002. december 3. 16:30 dátummal Kevin HaleBoyes ezt írtad: > The way it works now, I have to compare the value of the operation > property of the form bean against the string that is displayed to > the user. That seems a bit fragile - suppose the customer wants the > "Reject Loan" to be "Cancel

html:submit question

2002-12-03 Thread Kevin HaleBoyes
I have a couple of elements on one . How do I distinguish between the different buttons? Specifically, I have Edit Loan Reject Loan The form bean has a setOpereration(String) setter method which is called with the text of the button (ie, "Edit Loan") when the form is submitted. When I look a