Re: Form error for beaneditform

2012-02-13 Thread Markus Grell
> On Mon, 13 Feb 2012 18:11:17 -0200, Markus Grell > wrote: > > >> Greetings! >> >> >> For my forms I use something like the following: >> >> >> ... >> @Component(id = "form") >> private Form form; ... >> form.recordError("Could not save blabla"); >> >> And in the template I'm using >> ... >> >>

Re: Form error for beaneditform

2012-02-13 Thread Thiago H. de Paula Figueiredo
On Mon, 13 Feb 2012 18:11:17 -0200, Markus Grell wrote: Greetings! For my forms I use something like the following: ... @Component(id = "form") private Form form; ... form.recordError("Could not save blabla"); And in the template I'm using ... ... Is there something similar for the bean

Form error for beaneditform

2012-02-13 Thread Markus Grell
Greetings! For my forms I use something like the following: ... @Component(id = "form") private Form form; ... form.recordError("Could not save blabla"); And in the template I'm using ... ... Is there something similar for the beaneditform? Markus -