Re: A form/direct action question

nandhini <[email protected]>
Newsgroups gmane.comp.web.webobjects.devel
Message-ID <[email protected]>


Randy Wigginton-2 wrote:
> 
> 
> I've got a form, and I'd like to have it perform a get operation  
> against a direct action method.  I've figured nearly everything out  
> -- my only question is how to prevent the controls on the page from  
> including themselves in the submit automatically?  ie, I end up with  
> a URL that looks like:
> /wa/mystuff?7.1=0&7.3=5&myParm=myvalue&myotherparm=something
> 
> How do I "hide" the 7.1 & 7.3 controls from appearing in the URL?
> 
> 
> Hi,
> 
> In standard HTTP and CGI programming there are two ways to pass form
> values to the server application. They are "POST" and "GET".
> If you use "POST" method while submitting the forms, the form values will
> not appear in the URL.
> 
> Hope this works.
> 
> Regards,
> Nandhini
> _______________________________________________
> WebObjects-dev mailing list
> [email protected]
> http://www.omnigroup.com/mailman/listinfo/webobjects-dev
> 
> 

-- 
View this message in context: http://www.nabble.com/A-form-direct-action-question-tf2726910.html#a7752895
Sent from the WebObjects-Dev mailing list archive at Nabble.com.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.