From: Argiris K. <be...@us...> - 2005-12-12 12:10:49
|
Update of /cvsroot/magicajax/magicajax/Core/UI/Controls In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22148/Core/UI/Controls Modified Files: AjaxPanel.cs Log Message: Password textboxes are ignored for the ReflectUpdatedFormValues method. Index: AjaxPanel.cs =================================================================== RCS file: /cvsroot/magicajax/magicajax/Core/UI/Controls/AjaxPanel.cs,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** AjaxPanel.cs 12 Dec 2005 05:31:17 -0000 1.36 --- AjaxPanel.cs 12 Dec 2005 12:10:41 -0000 1.37 *************** *** 427,431 **** { case "text": - case "password": if (value != form[name]) AjaxCallHelper.WriteSetFieldScript (clientID, value); --- 427,430 ---- |