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, 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.



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 to this problem with mozilla?

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

 document.getElementById('myId').click();
   
 If possible have a look at our sandbox component s:submitOnEvent [1]
 
 It solves many of the problems you might have when you try to do it
 manually.
 
 
 Ciao,
 Mario
 
 
 [1] http://wiki.apache.org/myfaces/SubmitOnEvent
 
 
 

-- 
View this message in context: 
http://www.nabble.com/-BUG--javascript-error-on-mozilla-when-click%28%29-tf3309636.html#a9206619
Sent from the My Faces - Dev mailing list archive at Nabble.com.