Dear all,

Now , I face with the problem is: Browser render the component: <t:commandButton id = "test" value="submit" /> and we view source code (After rendered) We recorgnized that IE also render the t:commandButton like :<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.
Anyone got that problem could help me.
Thanks.

Reply via email to