22 Mar
2004
22 Mar
'04
7:39 p.m.
Chris Withers wrote:
AP Meyer wrote:
<form action="." method="post">
<form method="post" action="addItem">
How can this behaviour be prevented or fixed such that the REQUEST contains the right information?
Have absolute urls in the action of your forms, nto relative ones asa you have...
Chris
Does it matter, by the way, whether one uses GET and/or PUT as methods for the actions? What is preferrable? thanks Andre