RE: Simple iteration

2003-10-12 Thread Carlos Sanchez
The JSTL specification is clear: Constraints If specified, begin must be >= 0. If end is specified and it is less than begin, the loop is simply not executed. If specified, step must be >= 1 > -Mensaje original- > De: Nic Werner [mailto:[EMAIL PROTECTED] > Enviado el: lunes, 13 de octub

RE: Simple iteration

2003-10-12 Thread Carlos Sanchez
Why not > -Mensaje original- > De: Nic Werner [mailto:[EMAIL PROTECTED] > Enviado el: domingo, 12 de octubre de 2003 23:34 > Para: [EMAIL PROTECTED] > Asunto: Simple iteration > > > This is a simple question, but is there any way to count > *back

Multiple message resources with JSTL

2003-09-11 Thread Carlos Sanchez
I'm using JSTL + Struts configured for modules I'm using JSTL fmt tag for messages, instead of Struts tags, configured in web.xml javax.servlet.jsp.jstl.fmt.localizationContext com.obs.webapp.messages.Messages I'd like to add more message resources, one for each module. Adding mor

RE: Fmt:formatNumber, Euro symbol and decimals

2003-08-26 Thread Carlos Sanchez
works almost the same that my approach and they are the only ways to show an euro amount in every locale, because This formats the number in the current locale currency (not desired) These two works, but in locales where the currency has no decimals (Japan for example) it will show only the i