Re: How to Submitting JSF form using Javascript?
Posted By:
Dani_H
Posted On:
Monday, May 11, 2009 05:23 PM
Hello!
I solved this problem with icefaces, I think it's the same solution for "normal" jsf!
you need a form:
in your form you have a button like this:
and whereever you want you can add this one: maybe in an onchange or otherwhere:
document.getElementById('formname:submit').click()
hope this helps!
greets
dani