22 Mar
2004
22 Mar
'04
7:26 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
Having absolute URLS would mean that the name of the product's instance is included in the path, thus it can only be used with a fixed instance id. Or is there a way to retrieve the absolute URL from the action name? How would you specify an absolute URL in the form? thanks Andre