Re: Submitting with request parameters

2001-07-22 Thread Ted Husted
Take a look at "Struts-Simple" on the More About Struts resources page. < http://husted.com/about/struts/resources.htm#new > The html:submit tag is designed to be used within a html:form tag. In Struts, a form, and its parameters, are represented by a Java class that is written outside of the J

Submitting with request parameters

2001-07-22 Thread Melissa Rabin
Would someone kindly help me understand how one can use the struts html:submit tag to include a parameter (& it's value) with the request? I am writing a simple jsp which allows the user to submit data to a database, or clear the table entirely. I was originally thinking of sending the paramete