Problem with nested html:form

2001-06-06 Thread Marc Eckart
Hi, i have two forms nested in the following way : html:form action="album.do"html:hidden property="action" value="deletePhotoList" /html:hidden property="forward" value='%= actionForward %' /html:hidden property="id" value='%= album.getAlbumId() %' /logic:iterate id="photo"

Re: Problem with nested html:form

2001-06-06 Thread Marc Eckart
I do not believe that you are allowed to have nested forms in html (though correct me if I'm wrong!). Dave But we need something like nested forms, because we have actions for a list of objects and actions for a single one of these objects. Do you have any idea how to realize it in an other

Re: Problem with nested html:form

2001-06-06 Thread Marc Eckart
Can you explain your situation further? Would frames help? Dave I don't think so. We have a list of pictures. Now we want to delete some of the photos by selecting checkboxes and press a delete button. But we also want to move the pictures up and down by pressing on a button associated to

Re: Problem with nested html:form

2001-06-06 Thread Marc Eckart
Yes. I can't tell you if STRUTS addresses this, but with HTML and Javascript you have a lot of control over what happens before a form is submitted. How do you mean this. How can I control which action is commited with HTML and Javascript ? Marc