differences btw and

2008-06-16 Thread Bruno Cavestro
Hy Given the two pieces of codes can you explain me how can i get same output? A: This produces correctly the following John Steve B: And this produces [John, [EMAIL PROTECTED], [EMAIL PROTECTED] [Steve, [EMAIL PROTECTED], [EMAIL PROTECTED] given that myList

RE: iterators for input buttons?

2008-06-16 Thread Bruno Cavestro
ntroduce a what should I do? Sincerely Bruno Cavestro -Message d'origine- De : Dave Newton [mailto:[EMAIL PROTECTED] Envoye : lundi 16 juin 2008 15:19 A : Struts Users Mailing List Objet : RE: iterators for input buttons? Oh, I forgot; after S2.0.mumble EL is turned off in the

RE: iterators for input buttons?

2008-06-16 Thread Bruno Cavestro
Hello, in fact even the name event gives some problems. it seems that the TLD does not support variables for name I have a french error message so I don't think it may help -Message d'origine- De : Bruno Cavestro [mailto:[EMAIL PROTECTED] Envoye : lundi 16 juin 2008 14:41

RE: iterators for input buttons?

2008-06-16 Thread Bruno Cavestro
e", not sure if onclick is evaluated. It seems like it wouldn't take much time to just try it. Dave --- On Mon, 6/16/08, Bruno Cavestro <[EMAIL PROTECTED]> wrote: > From: Bruno Cavestro <[EMAIL PROTECTED]> > Subject: iterators for input buttons? > To: "Struts Us

iterators for input buttons?

2008-06-16 Thread Bruno Cavestro
Hello, I want my jsp code to use an iterator. The goal is to get my html page contains some code like the following: ... so .. given the basic iteration: How can I do that? And How can I force each input button to have an Onclick event as