Hi! I'm making an form which asks a user for his user name, password and password confirmation. If one of the boxes is empty or he placed a wrong value the page should return an error message and the form again. So I guess it's going to be a call to itself. But, how do you do that in DTML? Also, how do you call a DTML page inside DTML and inside a Python script? THANKS!!! __________________________________________________ Yahoo! - We Remember 9-11: A tribute to the more than 3,000 lives lost http://dir.remember.yahoo.com/tribute
Use <FORM ACTION="<dtml-var id>"> -----Oorspronkelijk bericht----- Van: zope-admin@zope.org [mailto:zope-admin@zope.org] Namens michael.taqag Verzonden: woensdag 11 september 2002 12:20 Aan: zope@zope.org Onderwerp: [Zope] DTML call to self Hi! I'm making an form which asks a user for his user name, password and password confirmation. If one of the boxes is empty or he placed a wrong value the page should return an error message and the form again. So I guess it's going to be a call to itself. But, how do you do that in DTML? Also, how do you call a DTML page inside DTML and inside a Python script? THANKS!!! __________________________________________________ Yahoo! - We Remember 9-11: A tribute to the more than 3,000 lives lost http://dir.remember.yahoo.com/tribute _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Bas van Ombergen -
michael.ta�ag