dtml-try with z-sql
murat bilal <[email protected]>
| Newsgroups | gmane.comp.web.zope.devel |
|---|---|
| Message-ID | <CAMRfwGuge=BfLAHUCyqCQ4YMrQtZSDT4O+vn6xyd1M+qBfwy7Q@mail.gmail.com> |
Hi all, I have DTML-Method like below <dtml-try> <dtml-call "deleteUser(USERNAME=USERNAME)"> <dtml-except> An error occurred. Entry was <b>NOT</b> deleted. </dtml-try> deleteUser is Z-SQL method.USERNAME is the argument in Z-SQL method also column name. When i click erase button it succesfully deletes record.But if i enter an invalid username it did not throw any exceptions. Please help REgards _______________________________________________ Zope-Dev maillist - [email protected] https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )