Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
5.0.17
-
None
-
None
Description
When LinkSubmit is placed inside a form with Zone parameter, the following part of linksubmit.js will not do the right thing.
if (onsubmit == undefined || onsubmit.call(window.document, event))
{
this.createHidden();
this.form.submit();
}
createHidden() is not called so no hidden field is thus inserted.
Removing 'zone' parameter from Form component fixed this immediately.
Attachments
Issue Links
- is cloned by
-
TAP5-779 CLONE -Linksubmit doesn't work inside a form with Zone parameter set
- Closed