2008/10/20 Joris Kimpe <[EMAIL PROTECTED]>:
> I know I can use the same form for different actions.  That's what I was
> trying to do.  But I'm afraid it has something to do with the different div
> sections.

No, it shouldn't, div's are used only for display and are not
submitted to the actions. So check if you defined to separated action,
with the same form, also did you created jsp page with two separated
html forms with submit inside each

<html:form action="/firstAction">
  <html:submit/>
</html:form>

<html:form action="/secondAction">
  <html:submit/>
</html:form>


Regards
-- 
Lukasz
http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to