caffeinerusher
Programmer
Hi-
Currently I have about 4 cgi scripts that process HTML form data. All they really do is take the form data and send it out in an email. Is there a way to create something in Java that would do the same function, but it could be used for any of my html forms. For example...If I were to include a hidden value such as a form_id, that could help the java bean (or whatever) determine what email address to send that data to, could I have it process all the form data it is sent without having to specify any fields in the bean. I just want all the form data handed off, the email address determined by a form id and the bean to send it off.
If anybody has any ideas or can point me in a direction it is appreciate. I'm still pretty new to java but catch on fast if I can get a little push.
Thanks
--Caffeinerusher
Currently I have about 4 cgi scripts that process HTML form data. All they really do is take the form data and send it out in an email. Is there a way to create something in Java that would do the same function, but it could be used for any of my html forms. For example...If I were to include a hidden value such as a form_id, that could help the java bean (or whatever) determine what email address to send that data to, could I have it process all the form data it is sent without having to specify any fields in the bean. I just want all the form data handed off, the email address determined by a form id and the bean to send it off.
If anybody has any ideas or can point me in a direction it is appreciate. I'm still pretty new to java but catch on fast if I can get a little push.
Thanks
--Caffeinerusher