Leandro Melo wrote:
In my application, i decided to make of my submissions
that go for Actions must have the parameter
"method=nameOfMethodToBeCalled" in the cases the
submissions don`t came from image buttons.
This is way too complicated, Leandro. Just do the following and use the solution I gave you with images.
<html> <form method='get' action='test.html'> <input type='hidden' name='poo' value='oop'> <input type='submit' name='add.x' value='add'> <input type='submit' name='delete.x' value='delete'> </form> </html>
KISS! Or, is it KIZZ and MAKEUP? LOL
Michael
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]