Hi Leonard, thanks once again. It's sounds good, if you help and show me a part of your solution. If you like, you can send me the snippets of code to my email ([EMAIL PROTECTED]).
I have one more, that goes wrong and I can't explain why. May be - I hope so - you have a idea. I have on a login form this code snip: <stripes:label name="user.password" for="password"> <fmt:message key="login.form.field.label.password" /> </stripes:label> If I use the name of label (user.password) as key on resource (StripesResource) without external fmt:message key, it works fine and the key is found. If I use the fmt:message key on the same resource (delete the other key before), the key was not found. Only on my own resource the key is found. OK I can take the longer key as name of label. But what sould I do at submit button ? <stripes:submit name="login"> <fmt:message key="login.form.field.label.submit" /> </stripes:submit> I can not take a individual key as name, because the name is the event name. But the fmt:message key was not found on StripeResource. Have you any idea. Thanks a lot for help ! Sven ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
