|
I just came across a strange bug that has been
causing me much frustration. If you name an AjaxSubmit component “submit”
and set submitNormal=”true”, clicking the button will not submit
the form. In IE, an error will occur that says “Object doesn’t
support this property or message”. Here is the code where this occurs: <form jwcid="@tacos:AjaxForm"> <input jwcid="[EMAIL PROTECTED]:AjaxSubmit" value="Create Application Method" submitNormal="true" action="">"listener:onCreate"/> </form> However, if I
change the name of the AjaxSubmit component to “create” (or don’t
specify a component name) as follows, everything works as it should: <form jwcid="@tacos:AjaxForm"> <input jwcid="[EMAIL PROTECTED]:AjaxSubmit" value="Create Application Method" submitNormal="true" action="">"listener:onCreate"/> </form> Can someone
explain this rather strange behavior to me? Thanks Andrew |
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Tacos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tacos-devel
