Re: Conditional formatting elements of a collection in c:forEach
Rashmi <[email protected]> Wed, 11 Feb 2009 12:45:31 -0500
| Newsgroups | gmane.comp.jakarta.taglibs.user |
|---|---|
| Message-ID | <[email protected]> |
Thank you Martin, I'm new to using resource bundle, I'll learn it and give this a try. -Rashmi On Wed, Feb 11, 2009 at 12:29 PM, Martin Cooper <[email protected]> wrote: > > Assuming you have a resource bundle around somewhere, add two format strings > to the bundle, one for each of your two display orders; use a condition > ('when', 'if' or whatever) to set a variable with the appropriate key; then > use that variable to specify the key to <fmt:message> within your loop. > > -- > Martin Cooper >