Re: Submit and html:link tag

2001-09-04 Thread Ted Husted

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 
tag without using Javascript".

The html:link tag can only do what the HTML  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



Submit and html:link tag

2001-09-04 Thread Thierry Lempereur



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