Re: [Zope-dev] dtml-try with z-sql

2013-02-01 Thread Jian Aijun
I'm not familiar with DTML,
I would like to:

deleteUser(USERNAME=invalid USERNAME)

Does not throw an exception,

Should be judged through a function return value.


2013/2/1 murat bilal murat.bi...@gmail.com

 Hi all,

 I have DTML-Method like below
 dtml-try
 dtml-call deleteUser(USERNAME=USERNAME)

dtml-except
  An error occurred. Entry was bNOT/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  -  Zope-Dev@zope.org
 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 )


___
Zope-Dev maillist  -  Zope-Dev@zope.org
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 )


Re: [Zope-dev] dtml-try with z-sql

2013-02-01 Thread Jian Aijun
I'm not familiar with DTML.

In my opinion:

deleteUser(USERNAME=invalid USERNAME)

Does not throw an exception,

Should be judged through a function return value.


2013/2/1 Jian Aijun jianai...@gmail.com

 I'm not familiar with DTML,
 I would like to:

 deleteUser(USERNAME=invalid USERNAME)

 Does not throw an exception,

 Should be judged through a function return value.


 2013/2/1 murat bilal murat.bi...@gmail.com

 Hi all,

 I have DTML-Method like below
 dtml-try
 dtml-call deleteUser(USERNAME=USERNAME)

dtml-except
  An error occurred. Entry was bNOT/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  -  Zope-Dev@zope.org
 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 )



___
Zope-Dev maillist  -  Zope-Dev@zope.org
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 )