[Zope] REQUEST actions

Andre Meyer a.meyer at hccnet.nl
Mon Mar 22 14:26:01 EST 2004


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




More information about the Zope mailing list