RE: JSTL and Multibox Submit Problem (SOLVED)

2004-05-25 Thread Ricardo Cortes
rench Open this week.) Thanks Richard. -Original Message- From: Richard Yee [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 25, 2004 11:36 AM To: Struts Users Mailing List Subject: Re: JSTL and Multibox Submit Problem Ricardo, If you are going to use the html:link tag, then you need to have it

Re: JSTL and Multibox Submit Problem

2004-05-25 Thread Richard Yee
Ricardo, If you are going to use the html:link tag, then you need to have it trigger a call to a JavaScript function that will submit the form for you. Otherwise, jjust clicking the link will not submit the form. Regards, Richard --- Ricardo Cortes <[EMAIL PROTECTED]> wrote: > Hi there, > > I a

JSTL and Multibox Submit Problem

2004-05-25 Thread Ricardo Cortes
Hi there, I am having a problem getting the checked values from a multibox that is submitted to my action and I was hoping one of you could help me out. I followed Ted Husted's example of using a Multibox within an iteration but I have a feeling that my setup is a bit different and thus render