Hi Simon, > I have attached my web.xml file in case anyone can see the silly mistake > I > might have made. I am sure it must be in the param where I tell stripes > about the localisation bundle.
You configured the field name bundle, but not the error bundle. This will thus default to StripesResources. Is StripesResources.properties (the one from the Stripes distribution, with all the default Stripes entries) present in WEB-INF/classes? (I'm sure it is, but it's worth checking.) As a side note, you don't need to specify the LocalePicker.Class parameter since you configured the Extension.Packages parameter and your custom locale picker class is in that package. Stripes will find it automatically. If you still can't find the problem, can you email me a zip of your source, and I'll have a look. Cheers, Freddy http://www.stripesbook.com ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) 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/devconference _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
