On May 28, 6:00 pm, Thomas Broyer <[email protected]> wrote: > Messages could help you, even if you don't use its "localizable > facet": > > public interface Images extends Messages { > �...@defaultmessage("<img src='images/{0}.gif' style='top: {1}em;'>") > String image(String image, int emTop); > > } > > Then use it as: > images.image(flag ? "a" : "b", index);
That's a very good idea! It doesn't provide compile-time syntax validation, but it's so much nicer than concatenation. Thanks - I like this kind of creative solution! -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
