MyFaces 1.2

2007-04-21 Thread PeshoChuka
Hello, is there a release date for myFaces 1.2? -- View this message in context: http://www.nabble.com/MyFaces-1.2-tf3622725.html#a10116084 Sent from the My Faces - Dev mailing list archive at Nabble.com.

[BUG] javascript error on mozilla when click()

2007-02-28 Thread PeshoChuka
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,

Re: [jira] [BUG] javascript error on mozilla when click()

2007-02-28 Thread PeshoChuka
I am not sure how this sendbox component will solve my case. But even if it can i prefer to use another workaround because i am currently using combination of myfaces, facelets and icefaces and to add aditional component there can be compatability issues. Do you know some kind of workaround