Dave Newton-4 wrote: > > --- chengas123 <[EMAIL PROTECTED]> wrote: >> Can this be any properties file or are you referring > >> to struts.properties? > > It needs to be one of the normal properties files used > for messages etc. that S2 searches for, where you keep > the rest of your messages/properties. (So no, I don't > think struts.properties would work.) > >> Is there any way in which I can do this without >> messing with a properties file? > > I don't know, but that would kind of defeat the > purpose of having I18N property files; AFAIK the S2 > tags are more or less wrappers around standard Java > I18N & localization functionality. > > The link: > > http://java.sun.com/j2se/1.4.2/docs/api/java/text/MessageFormat.html > > provided on the <s:text.../> reference page goes in to > a fair amount of detail about the values contained in > the properties file. > > d. >
Awesome. Got it working by adding that to a package.properties file. I have no plans to internationalize this site and it wasn't immediately obvious to me that formatting would fall under the category of localization (although I understand why it does), so I'm afraid this was an area I hadn't made any efforts to learn. Thanks again for the help. -- View this message in context: http://www.nabble.com/-S2--Formatting-inside-Iterator-tag-tf3635036.html#a10164155 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]