On 06-01-2009 at 16:05, Tim Fennell wrote: > I sorta agree with Oscar, except that I think I'd implement it as a > Stripes Interceptor that wraps around ActionBeanResolution. That way > the Interceptor would know the ActionBean being targeting and could > use that information to "adjust" the request parameters.
Doh! Of course the interceptor approach works better: otherwise you'd need to duplicate Stripes' code to identify the ActionBean. Good thinking. Oscar -- ,-_ Oscar Westra van holthe - Kind http://www.xs4all.nl/~kindop/ /() ) (__ ( Progress is made by lazy men looking for easier ways to do things. =/ () -- Robert Heinlein ------------------------------------------------------------------------------ Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
