Broekelmann, Mathias wrote:
Hi Werner,

Sylvain is right but you can not use the aliased bean in a component
binding. Component bindings are resolved at creation time of the
component which is currently not handled by the alias component.

<h:selectOneMenu binding="#{controller.bldSelectOne}" ... /> will not
work if controller is aliased.

Ok thanks as well... I resolved the problem in a different way now, by
moving away from aliases....

Reply via email to