Hi all,
i've a questone on form tag
i' d like to ma an html form that use Javascript to check some fields values and something else.
because HTML:form needs action parameter (mandatory) and the value has to match with an action name in the .xml config file, how can i run a Javascript as action? (the javascript will post a struts action)
thanks Max

