Hello I use javascript to simulate button click and send a postback to the
server. Here is the java script:

document.getElementById('myId').click();

the button defenition in JSF id classic :

<h:commandButton id="myId" actionListener="#{myListener}">

When used with Internet Explorer this code works, when used in Firefox it
complaines that it cannot find the javascript for the submit operation.!!!!! 
Please give me a workaround, or some way to go ahead thank you. 
-- 
View this message in context: 
http://www.nabble.com/-BUG--javascript-error-on-mozilla-when-click%28%29-tf3309636.html#a9206218
Sent from the My Faces - Dev mailing list archive at Nabble.com.

Reply via email to