I'd like to be able to have something like a tag dump out into my pages a collection of (hidden of course) <span> elements (or something like that) containing error messages templates for use by client-side validation helper code. What I'd like is to be able to just code the messages into .properties files, and then have the tag find them and write them all out. Of course I can implement a Java-based tag to do this, but if there's a simpler way to do it with a tag file that could find the active resource bundle somehow that'd be easier. I guess I could make a bean to get the "StripesResources" bundle and have the tag file use that. Am I missing something obvious?
-- Turtle, turtle, on the ground, Pink and shiny, turn around. ------------------------------------------------------------------------- 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
