You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Hemanth Setty <hs...@buildview.com> on 2002/07/03 18:17:39 UTC

Is there a good way to achive a html:submit?

Is there a good way to achive a html:submit using a href rather than a
button? I checked out the attributes for html:link..but could not find any?

-h


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Is there a good way to achive a html:submit?

Posted by Joe Germuska <Jo...@Germuska.com>.
At 11:17 AM -0500 2002/07/03, Hemanth Setty wrote:
>Is there a good way to achive a html:submit using a href rather than a
>button? I checked out the attributes for html:link..but could not find any?

You'd have to have an onclick handler which used JavaScript to submit 
the form.  It's not something that Struts helps or hinders, but it's 
certainly possible.

Joe

-- 
--
* Joe Germuska    { joe@germuska.com }
"It's pitiful, sometimes, if they've got it bad. Their eyes get 
glazed, they go white, their hands tremble.... As I watch them I 
often feel that a dope peddler is a gentleman compared with the man 
who sells records."
	--Sam Goody, 1956
tune in posse radio: <http://www.live365.com/stations/289268>

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>