I have the same issue here, just upgraded and it is missing all parameters
for messages.

Please let me know if you figure it out how to resolve this problem.
Otherwise I will have to downgrade the MyFaces version.

Thanks.

Ernani


Garner, Shawn-2 wrote:
> 
> 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 
> 
>  
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/f%3Aattribute-in-phaselistener-tf3586393.html#a10088804
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to