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?

Dan

-- 
Open Source Advocacy
http://www.mojavelinux.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to