*/
protected void initialize(FacesEvent event) {
this.facesEventSource = event;
if (event == null) {
throw new YFacesException(logId
+ ":can't initialize controller; No ActionEvent specified",
new NullPointerException());
}
if (getComponent() == null) {
throw new YFacesException(logId + ": can't find a YComponent");
}
if (log.isDebugEnabled()) {
YComponent cmp = getComponent();
String ctxPath = "event:" + this.getClass().getSimpleName() + "; componentId:"