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....? Cheers, Freddy http://www.stripesbook.com - Grretings, - I am trying to integrate Bogzooky example with Spring IoC framework. - Everything works fine except of JSP BugList.jsp where is: - - <jsp:useBean id="bugManager" scope="page" - class="com.package.....BugManager"/> - - How can I inject this spring bean into JSP page. Preferably like the - jsp:useBean tag does. - - Any help would be very appreciated - - RB ------------------------------------------------------------------------- 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
