[Zope] Repeated (growing) URL elements....

Jaroslav Lukesh lukesh at seznam.cz
Tue Sep 9 04:36:23 EDT 2003


> Odesílatel: Celula Research <fb at celula.com>

Try this:

> <dtml-if mensaje_error>
>  <dtml-var mensaje_error>
> </dtml-if>
................changed here:
> <form action="/Folder/product/validate_Form_1" method="post">
>   <input type="text" name="account">
>   <input type="submit" name="submit" value="Enter >">
> </form>
 
> http://localhost:8080/Folder/Form_1  <--- Initial call, works OK
> http://localhost:8080/Folder/product/Form_1  <---First validation
> http://localhost:8080/Folder/product/product/Form_1 <----2nd pass.

Regards JL.



More information about the Zope mailing list