RE: How to submit a form using javascript

2007-01-19 Thread Rønnevik , Eivind
]; button.click(); } Hope this leads you in the right direction at least :) Regards, Eivind From: Romanowski, Tim [mailto:[EMAIL PROTECTED] Sent: 18. januar 2007 22:54 To: MyFaces Discussion Subject: How to submit a form using javascript

Re: How to submit a form using javascript

2007-01-19 Thread Mario Ivankovits
Hi! I can give you an example of how I use javascript to do a “click” on a button. :) Please have a look at our tomahawk-sandbox submitOnEvent [1] component. Should already do what you want. Ciao, Mario [1] http://wiki.apache.org/myfaces/SubmitOnEvent

RE: How to submit a form using javascript

2007-01-19 Thread Romanowski, Tim
waiting for images and other resources to load YAHOO.ext.EventManager.onDocumentReady(HelloWorld.init, HelloWorld, true); _ From: Rønnevik, Eivind [mailto:[EMAIL PROTECTED] Sent: Friday, January 19, 2007 4:50 AM To: MyFaces Discussion Subject: RE: How to submit a form using javascript

RE: How to submit a form using javascript

2007-01-19 Thread Romanowski, Tim
to fire on command, then I could use the submitOnEvent component, but I'm one step away at the moment. -Original Message- From: Mario Ivankovits [mailto:[EMAIL PROTECTED] Sent: Friday, January 19, 2007 5:02 AM To: MyFaces Discussion Subject: Re: How to submit a form using javascript Hi

How to submit a form using javascript

2007-01-18 Thread Romanowski, Tim
I'm trying to integrate some components form Jack Slocum's yui-ext project [1], but have run into a problem in trying to submit a form or link in my JSF code from javascript. The details are posted at [2]. The current information on MyFaces wiki at [3] has not helped (see the clickLink