OK, I will try.
Thanks.
Am 21.11.2014 19:21, schrieb Thiago H de Paula Figueiredo:
On Fri, 21 Nov 2014 12:09:27 -0200, Erich Gormann
wrote:
Hi Thiago,
Hi!
thanks, but no, I'm not using value change events only, but action link
events also.
You are right, that some lines of js code wil
On Fri, 21 Nov 2014 12:09:27 -0200, Erich Gormann
wrote:
Hi Thiago,
Hi!
thanks, but no, I'm not using value change events only, but action link
events also.
You are right, that some lines of js code will be sufficient to trigger
the submission of the surrounding form,
In this case, I
Hi Thiago,
thanks, but no, I'm not using value change events only, but action link
events also.
You are right, that some lines of js code will be sufficient to trigger the
submission of the surrounding form, but the logic of my event handlers have
to be performed BEFORE the form submission, so t
On Fri, 21 Nov 2014 11:23:13 -0200, Erich Gormann
wrote:
Dear all,
Hi!
So my idea was simple to trigger a from submission manually for instance
from within my onValueChanged event handler, which is called
automatically from the select field on a value change. The form
submission seems
Dear all,
I dare its a stupid question, but please forgive me.
I need the possibility to trigger a forms submit event from within the java
code of my page class.
The reason is the following construction:
I coded a form inside a zone and inside the zone there is rendered a group
of form elemen