Javascript error with a form inside the first tab
-------------------------------------------------
Key: TOMAHAWK-1095
URL: https://issues.apache.org/jira/browse/TOMAHAWK-1095
Project: MyFaces Tomahawk
Issue Type: Bug
Components: Tabbed Pane
Affects Versions: 1.1.1
Environment: IE and Firefox
Reporter: Jérôme Van Der Linden
Having a tabbedpan with 2 tabs. In each tab, there is a form with simples
inputtext and a submit button (h:commandButton).
On the second form (on the second tab), i can validate the form pushing the
return button of the keyboard. But on the first form (on the first tab), i
can't, i have to click the submit button.
A "clear_formname" javascript method is generated for the button. There is a
javascript error in the console : "f has no properties", where f is the
window.getElementById(FormId).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.