Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
None
-
None
-
None
-
last SVN head version
Description
The java script is broken.
I have page like in example:
<body>
<h:form id="pageForm">
<f:subview id="header">
<s:subForm id="headerForm">
<h:commandLink ..../>
</s:subForm
</f:subview>
<f:subview id="manyOther...">
.........
</f:subview>
</h:form>
<body>
The java scrip rendered on onclick form command is like that..:
onclick="clear_pageForm_3Aheader_3AheaderForm();document.forms['pageForm:header:headerForm'].elements['autoScroll'].value=getScrolling(); .........
The clear function is clear_pageForm() The rendered result is bad.
Cristi