Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.1.3
-
None
-
None
-
jboss-4.0.3SP1
myfaces 1.1.3
tomahawk 1.1.3
facelets 1.1.10
Description
Hi!!! the new implementation of JsValueChangeListenerRenderer has a important problem:
When the page is rendered for second time (without navigate to another page), the onchange javascript indicated on jsvaluechangelistener component is added to parent component twice, althought that was added before. In the version of tomahawk 1.1.1 this bug dont exist because, have code that prevent this:
//check if method call has already been added...
if(oldValueStr.indexOf(value)!=-1)
return;
And in the new version this code was deleted.
Thanks