Re: RE : getIndexValue() in custom tag

2006-05-26 Thread Rahul Akolkar
ex value. Jean-Marie -Message d'origine- De: Miguel Galves [mailto:[EMAIL PROTECTED] Envoyé: vendredi 26 mai 2006 13:52 Ŕ: Struts Users Mailing List Objet: Re: getIndexValue() in custom tag Jean Marie, I'm not sure if

Re: getIndexValue() in custom tag

2006-05-26 Thread Niall Pemberton
On 5/26/06, Jean-Marie Pitre <[EMAIL PROTECTED]> wrote: Hi, I am developing an application with struts and custom JSP tags. In my custom tag I would like to retrieve the getIndexValue() when I use it inside an iterate (in order to change its name like xxx[1] ...). Have you got any idea? Str

RE : getIndexValue() in custom tag

2006-05-26 Thread Jean-Marie Pitre
PROTECTED] Envoyé : vendredi 26 mai 2006 13:52 À : Struts Users Mailing List Objet : Re: getIndexValue() in custom tag Jean Marie, I'm not sure if that's what you are looking for... <

Re: getIndexValue() in custom tag

2006-05-26 Thread Miguel Galves
Jean Marie, I'm not sure if that's what you are looking for... <%= costFormat.format(c) %> In the code above, I use index to access values in an array called costs. []s On 5/26/06, Jean-Marie P

getIndexValue() in custom tag

2006-05-26 Thread Jean-Marie Pitre
Hi, I am developing an application with struts and custom JSP tags. In my custom tag I would like to retrieve the getIndexValue() when I use it inside an iterate (in order to change its name like xxx[1] ...). Have you got any idea? Thanks, Best regards, Jean-Marie. Jean-Ma