I have nmigrated the JSF managebean facility to the Spring facility but cannot access a bean at DESIGN time from my JSF page.
I am trying to reference a spring bean from my IceFaces faclet page
<ice:outputText visible=”false” value=”#{travelForm.triggerValidate}” />
after typing “#{ the code assistant is not showing suggestions for Bean defined in the Spring configuration file, only tose defined in FacesConfig.xml
I have tried everything but it is not working. Is this supposed to work ??
Kind Regards,
Dino