[claw-cvs] r131 - trunk/main/claw-html.dojo/src

Andrea Chiumenti achiumenti at common-lisp.net
Thu Oct 30 09:51:04 UTC 2008


Author: achiumenti
Date: Thu Oct 30 09:51:04 2008
New Revision: 131

Log:
several bugfixes and enhancements

Modified:
   trunk/main/claw-html.dojo/src/djxpassword.lisp

Modified: trunk/main/claw-html.dojo/src/djxpassword.lisp
==============================================================================
--- trunk/main/claw-html.dojo/src/djxpassword.lisp	(original)
+++ trunk/main/claw-html.dojo/src/djxpassword.lisp	Thu Oct 30 09:51:04 2008
@@ -36,12 +36,6 @@
   (:default-initargs :dojo-type "dojox.form.PasswordValidator" :required t)
   (:metaclass metacomponent))
 
-(defmethod wcomponent-after-rewind :after ((obj djxpassword-validator) (p page))
-  (claw:log-message :info "PPPPPPPPPP> ~a ::: ~a" 
-                    (translated-value obj) 
-                    (multiple-value-list (claw-html::component-id-and-value obj)))
-  )
-
 (defmethod wcomponent-template ((obj djxpassword-validator))
   (let ((required (djxpassword-validator-required obj)))
     (div> :static-id (htcomponent-client-id obj)




More information about the Claw-cvs mailing list