The Struts HTML tags "just" lookup things from the application context
(mappings, messages) or from an ActionForm bean, and then render
standard HTML.

So the first question would be "is it possible to make a submit on a <A>
tag without using Javascript".

The html:link tag can only do what the HTML <A> tag does (because in the
end, that's what it is). 


-- Ted Husted, Husted dot Com, Fairport NY USA.
-- Custom Software ~ Technical Services.
-- Tel +1 716 737-3463
-- http://www.husted.com/about/struts/


> Thierry Lempereur wrote:
> 
> Hello
> 
> Is it possible to make a submit on a html:link tag whitout Javascript
> only using struts tag ?
> 
> Thank You for answers.
> 
> Thierry

Reply via email to