Resolved! Uncaught ReferenceError: g_form is not defined
I wants to display an sample error message from client side on the web page. So, I created following test page. But it's showing the error in browser console tab, "Uncaught ReferenceError: g_form is not defined".Here is my page:<?xml version="1.0" en...
