You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Dave <ja...@yahoo.com> on 2008/09/27 02:54:00 UTC

for-component not found, popup error message

I am using the <s:submitOnEvent for="buttonA" event="change"> for selectOneMenu. When user selects a value,� click a button to submit a form and execute an action.
�
I looked at the client side HTML,
�
setTimeout("orgApacheMyfacesSubmitOnEventRegister('keypress',''selectA','buttonA');", 50)
�
It does not happen everytime, depending on network traffic. I suspect that the javascript is executed before the page is completely loaded.� Is there a workaround?
�
Thanks for all help.
Dave
�