Hello All, I have several getters in my actionbean that depend on one and the same initialization. So I put this initialization code in a separate init method and annotated the method by:
@After(stages = LifecycleStage.BindingAndValidation) This works as expected, the parameters are bound and does also execute when I have an validation error (when no event handler is executed). The problem: the @Springbean annotated DAO class is not yet injected at this stage. How to proceed? thanks, Karen ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
