Re: Fwd: Get label input submit

2012-10-17 Thread William Lopes
Hey guys, after all this discussion, someone have idea of how I can get the label of the submit button? 2012/10/17 William Lopes > Man, I tested this today and not works in the practice. > > 2012/10/16 Thiago H de Paula Figueiredo > >> On Tue, 16 Oct 2012 22:25:48 -0300, William Lopes < >> will

Re: Fwd: Get label input submit

2012-10-16 Thread William Lopes
Man, I tested this today and not works in the practice. 2012/10/16 Thiago H de Paula Figueiredo > On Tue, 16 Oct 2012 22:25:48 -0300, William Lopes < > williamlopes@gmail.com> wrote: > > So, we go to say that I have 3 atributes in my form: title(stringGeneric), >> author(modeloDadosGeneric)

Re: Fwd: Get label input submit

2012-10-16 Thread Thiago H de Paula Figueiredo
On Tue, 16 Oct 2012 22:25:48 -0300, William Lopes wrote: So, we go to say that I have 3 atributes in my form: title(stringGeneric), author(modeloDadosGeneric), year(numericGeneric). Case I try to click in submit of the author, the context received will be "year", if I add another field, li

Fwd: Get label input submit

2012-10-16 Thread William Lopes
Unfortunately, in practice this doesn't works. 2012/10/16 Lance Java > > Yes, but my currentAtributoGeneric is just one variable and your value is > changed the each iteration > Correct, but before it is changed, you are rendering a HTML submit button > to > the MarkupWriter. End result being mu