Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.3.10, 3.0.2, 2.3-next-M8, 4.0.1
-
None
-
None
Description
when using something like:
```
<h:form id="mainForm">
<h:inputText id="input"></h:inputText>
</h:form>
<f:ajax render=":input"/>
```
the result was that it was resolved to "j_id__v_0" instead of throwing a ComponentNotFoundException
":mainForm:input" would be the right expression