SubmitOnEvent doesn't work as child of h:selectOneMenu without explicit id

2007-03-02 Thread Mike Kienenberger
SubmitOnEvent doesn't work as child of h:selectOneMenu without explicit id. If 'id=choiceInput' is removed from the example code below, no submit occurs. sandbox:subForm id=choiceForm h:selectOneMenu id=choiceInput value=#{page.choice} f:selectItems

Re: SubmitOnEvent doesn't work as child of h:selectOneMenu without explicit id

2007-03-02 Thread Mario Ivankovits
Hi Mike! SubmitOnEvent doesn't work as child of h:selectOneMenu without explicit id. If 'id=choiceInput' is removed from the example code below, no submit occurs. Strange thing, I tested it now with the following thing h:selectOneMenu value

Re: SubmitOnEvent doesn't work as child of h:selectOneMenu without explicit id

2007-03-02 Thread Mike Kienenberger
! SubmitOnEvent doesn't work as child of h:selectOneMenu without explicit id. If 'id=choiceInput' is removed from the example code below, no submit occurs. Strange thing, I tested it now with the following thing h:selectOneMenu value=#{configuratorData.selectedComponent

Re: SubmitOnEvent doesn't work as child of h:selectOneMenu without explicit id

2007-03-02 Thread Mario Ivankovits
Hi Mike! Yes, it looked reasonable to me as well. I'm using firefox 1.5.0.10. Let me see if I get any errors. Nope. no javascript errors. Trying in IE 6. Yep. works here. So it's a firefox compatiblity issue. Does that help?:-) Unhappily no, as I use firefox 95% the day, so I

Re: SubmitOnEvent doesn't work as child of h:selectOneMenu without explicit id

2007-03-02 Thread Mike Kienenberger
Not sure if this is relevent, but there are some errors when I first load the page, even though there's no errors when I select a row. = Error: clear_masterForm is not defined Source File: http://localhost:8089/faces/pages/connect.xhtml Line: 1 Error:

Re: SubmitOnEvent doesn't work as child of h:selectOneMenu without explicit id

2007-03-02 Thread Mario Ivankovits
Hi! Ok, its getting hot now, there is a difference between your two html snippets: not working select size=1 name=masterForm:connectPageForm:chooseMemberForm:_id48 working select size=1 name=masterForm:connectPageForm:chooseMemberForm:memberInput

Re: SubmitOnEvent doesn't work as child of h:selectOneMenu without explicit id

2007-03-02 Thread Mike Kienenberger
On 3/2/07, Mario Ivankovits [EMAIL PROTECTED] wrote: Ok, its getting hot now, there is a difference between your two html snippets: not working select size=1 name=masterForm:connectPageForm:chooseMemberForm:_id48 working select size=1

Re: SubmitOnEvent doesn't work as child of h:selectOneMenu without explicit id

2007-03-02 Thread Mike Kienenberger
Hey Mario. Thanks for taking the time to step through this with me. You are correct -- the version I had was quite different from the version in trunk. The bug goes away once I upgrade to the new version. I must have downloaded the wrong version by mistake. On 3/2/07, Mario Ivankovits