1 Aug
2003
1 Aug
'03
3:47 p.m.
On Fri, 2003-08-01 at 05:22, Borja Prieto wrote:
I have a problem with the following code, wich is a DTML methos that processes a form:
<dtml-with REQUEST>
At best, this does nothing of any value.
(First, I check if the user has completed the txtCertificado field) <dtml-unless txtCertificado> <dtml-return "RESPONSE.redirect(URL1+'/InicioIC'+'?msg_error=Error: debe introducir un nĂºmero de certificado')">
There is no dtml-return. You want dtml-call. You can read more about DTML here: http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/DTML.stx HTH, Dylan