> 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
>> ...
>>
>>
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
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
-