Re: getting the button from a Form

2009-07-15 Thread Rhett Sutphin
Hi Marc, On Jul 15, 2009, at 4:45 AM, Marc Lerma wrote: > hello everyone, > > In my application, I need to get the id of a form button when > managing a POST call on a given resource. > > this is my form i'm posting to my resource: > > > Name: > textarea> > Password: > > > onclick="documen

getting the button from a Form

2009-07-15 Thread webpost
hello everyone, In my application, I need to get the id of a form button when managing a POST call on a given resource. this is my form i'm posting to my resource: Name: Password: and I'm getting it as follows: @Post public Representation sendForm(Representation entity) {

getting the button from a Form

2009-07-15 Thread Marc Lerma
hello everyone, In my application, I need to get the id of a form button when managing a POST call on a given resource. this is my form i'm posting to my resource: Name: Password: and I'm getting it as follows: @Post public Representation sendForm(Representation entity) {