Dear all, I am getting javascript error when I tried to click on <t:commandButton>. which calls generated onclick="clear_<formname>()" function.
The generated source code is some thing like this: <t:input type="submit" value="submit" onclick="clear_form()" />. But We do not see the function clear_form() anywhere, so when we click the that button, Browser will raise an javascript error. May be this script function will get generated by the Myfaces libraries, but I might be missing to point to this generated function. If some one is having solution to this issue please suggest. Regards Ramesha

