postconstruct « IceFaces « JSF Q&A





1. ICEfaces 2.0 and h:commandButton method not called, with ice:commandButton everything is ok    stackoverflow.com

I'm trying to use ace:fileEntry to upload a picture, as I read this component requires a submit from h:commandButton in order to start downloading. My problem is that when I switched ...

2. @postConstruct in JSF 1.1    stackoverflow.com

How do I simulate the @postConstruct behaviour in JSF 1.1 like as in JSF 1.2 and newer? Actually, I want to call a bean method automatically during page loading? I am using IceFaces ...