I just realized that part of my post was cut out. Here is the post in its entirety:
Hi all I have a form that has a series of fields. When I submit the form, the action retrieves information from a database, based on the information in the form. The information retrieved is then shown the same html page that the form resides on, in a table. It should be noted that the table does NOT reside within the <html:form> tags. So basically, the user can make queries and see the results of the queries on the same html page. Simple. Here is where I'm having a problem... <html:form> tags), I want to have a link that will update a hidden field in the form, and submit the form to a different action. If this is possible, how would I do it? TIA "boort" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi all > > I have a form that has a series of fields. When I submit the form, the > action retrieves information from a database, based on the information in > the form. The information retrieved is then shown the same html page that > the form resides on, in a table. It should be noted that the table does NOT > reside within the <html:form> tags. So basically, the user can make queries > and see the results of the queries on the same html page. Simple. > > Here is where I'm having a problem... > > <html:form> tags), I want to have a link that will update a hidden field in > the form, and submit the form to a different action. > > If this is possible, how would I do it? > > TIA --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

