> Thanks, it helped. > I just hoped that some simple way exist but it would be ok to create > actionbean for each page.
Why not create a superclass action bean and inject the bean there? Then, have your other action beans extend the superclass, and they will all have access to the bean that you injected. Cheers, Freddy http://www.stripesbook.com > > You could add setBugManager(BugManager) with the @SpringBean annotation > > to inject the bean into the action bean, and then add getBugManager() so > > that you can retrieve it in the JSP page. > > > > Let me know if that helps....? > > -- [EMAIL PROTECTED] ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
