> -----Original Message----- > From: Dan Allen [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 19, 2004 9:45 AM > To: [EMAIL PROTECTED] > Subject: html:link as pseudo-form tag > > > Often times it is necessary to make a link act as a form by appending > a whole bunch of query parameters and issuing a GET request. In > struts, it is necessary to supply a bean name which points to a Map > containing these data values. I thought of something that might be a > touch easier. Perhaps html:link could look up the ActionForm > associated with an action when the action attribute is supplied and > then reflect on that form to create a set of query parameters. (If a > name attribute is also provided, it would, perhaps, allow for > overrides to the parameters from the ActionForm). > > Has anything like this been discussed or considered?
DynaActionForm are essentially hash maps I believe...the getMap method would get the map.... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]