users@javaserverfaces.java.net

UIComponent and its associated bean

From: (wrong string) é <jamarijr_at_gmail.com>
Date: Thu, 27 Sep 2007 11:39:55 -0400

Given a UIComponent how can you get the bean that it is associated with?

<h:button ... action="#{sb.action}">...

How can I get the sb instance that is being used? This is during
Validation...