You might also be missing the JSTL context parameter in web.xml:

   <context-param>
    <param-name>
      javax.servlet.jsp.jstl.fmt.localizationContext
    </param-name>
    <param-value>StripesResources</param-value>
  </context-param>

If you are still having problems, please mention which example you
are running, for example email_20.

Cheers,
Freddy
http://www.stripesbook.com

- Hi,
- you are (probably) either missing Stripes.properties or messages within 
- your locale.properties file..
- -m
- 
- On 10/09/2008 03:33 PM, [EMAIL PROTECTED] wrote:
- - I'm doing the Mail Application from the book and use the code exactly
- - as it is in the book and the following show in the menu:
- - ???section.MessageList???  ???section.ContactList???  ???section.Compose???
- -
- - any suggestions?



-------------------------------------------------------------------------
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

Reply via email to