Freddy Daoud pisze: > Further on in the book I use DynamicMappingFilter and it works correctly. > > By the way, why are you using /elements/AdminMenu.action if you need clean > URLs? It probably has no bearing but I'm just trying to think of anything > that could influence the result.
Maybe it's just an issue with Glassfish throwing exception where it should return SC_NOT_FOUND, I don't really know :-) I tried /elements/AdminMenu.action because of the same thinking as You do -- I tried to remove anything that could influence the result so I removed @UrlBinding. It does not really matter how it is bound to the URL, because the problem is that DMF doesn't even try to match Stripe Actions to the include URL -- FileNotFoundException (nor any other exception) is not caught there so it stops processing and doesn't try to bind URL to an Action at all. ------------------------------------------------------------------------------ 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
