Question
Two Actions on One Form
I have a user registration form that, after validation,
inserts all information into my user database. I'd like to add an
action so that in addition to inserting the form into my database
it adds the user into my email management system. The latter is
done by calling (POST or GET) a jsp file at a particular URL. My
understanding is that you can't have two actions on one forms and
that you need to use CGI or perhaps javascript to make this happen.
I'm lost from there and could appreciate someone pointing me in the
right direction.
Thanks.
Thanks.
