This content has been marked as final.
Show 3 replies
-
1. Re: unsure about a4j:jsFunction
sergeysmirnov Aug 14, 2008 1:03 PM (in response to kechup)first, because it is a syntax error from the JavaScript point of view. It should be onchange="submitMe()"
jsFunction is like a button, but clicked programmatic. As any other button, it requires to be inside the form. You put it our. This is a second fatal mistake. -
2. Re: unsure about a4j:jsFunction
kechup Aug 14, 2008 1:29 PM (in response to kechup)thanks for answer. Iwas trying it inside/outside form with no success. posted was version with outside form. missing point was (). :-/ i confused it with a4j:support where no () is used.
-
3. Re: unsure about a4j:jsFunction
sergeysmirnov Aug 14, 2008 1:33 PM (in response to kechup)that attribute of the a4j:support confuses you?