Re: radio buttons with struts

2005-09-28 Thread Laurie Harper
If the form is being submitted by your Javascript event handler (updateDiagramm() function) by building a URL rather than calling form.submit() then yes, that URL will need the form inputs appended to it explicitly. L. Lothar Krenzien wrote: Hi there, I'm new to struts but have to maintain

radio buttons with struts

2005-09-28 Thread Lothar Krenzien
Hi there, I'm new to struts but have to maintain an existing application which heavenly uses jsp with stuts tags. Now I want to add a group of 3 radio buttons and each of the single radio button have an associated select box. Of course no problem. When I submit the form I excpected that the