Hi Rusty, > Some of the jsps use jsp:useBean to pull in beans from the service layer. > [...] > The way I've done it in the past would be to have a property on the > action bean, allComponents for example, with its getter, and to call > componentManager.allComponents() in the action bean to set the > allComponents property.
I agree. That's how I prefer to do this as well. Personally, I try to avoid <jsp:useBean> and I think <s:useActionBean> should be deprecated. I can't think of a situation where there isn't another (better) way to get things done than with <s:useActionBean>. If anyone has a good use case, please share. Cheers, Freddy http://www.stripesbook.com ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
