I upgraded to 1.1.5 and now my phase listener can no longer get my f:attribute attribute on a component (eg: <h:inputText>).
I iterate over the client IDs with messages by doing
FacesContext.getClientIdsWithMessages();
I get the component by UIViewRoot.findComponent(clientID) and then try
to get the attribute by String fieldRef =
component.getAttributes().get("fieldRef");
It worked before I upgraded.
Can somebody help me?
Shawn

