> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> How can we submit a form without using <html:submit> tag. I 
> dont want to use JavaScript for this? 

AFAIK, the only other option is to put the parameters in a URL:
http://www.example.com/myapp/someAction.do?abc=123

But without JavaScript, you'd have to know the parameter *before* the
form was filled out, when the HTML was generated.  What is your
objection to a submit button?

-- 
Wendy Smoak
Application Systems Analyst, Sr.
ASU IA Information Resources Management 

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

Reply via email to