Re: How to trigger form submission manually

2014-11-23 Thread Erich Gormann
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

Re: How to trigger form submission manually

2014-11-21 Thread 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 will be sufficient to trigger the submission of the surrounding form, In this case, I

Re: How to trigger form submission manually

2014-11-21 Thread Erich Gormann
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

Re: How to trigger form submission manually

2014-11-21 Thread Thiago H de Paula Figueiredo
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

How to trigger form submission manually

2014-11-21 Thread Erich Gormann
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