Description
Doing some debugging for MYFACES-3964, it was discovered that c:forEach tag has a typo error when varStatus is set. This cause a malfunction, because the same base for var is used for varStatus. The perceived effect is a PropertyNotFoundException or an ELException.
The problem is not present when facelets compatibility mode is enabled.
Attachments
Issue Links
- is duplicated by
-
MYFACES-4019 Updating a bound value not possible if input component is within c:forEach
- Closed