Update of /cvsroot/magicajax/magicajax/Core/UI/Controls
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11742/Core/UI/Controls
Modified Files:
AjaxPanel.cs
Log Message:
Reverted the changes that checked for <input> tags of type 'hidden' inside an AjaxPanel
Index: AjaxPanel.cs
===================================================================
RCS file: /cvsroot/magicajax/magicajax/Core/UI/Controls/AjaxPanel.cs,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** AjaxPanel.cs 6 Jan 2006 04:04:05 -0000 1.48
--- AjaxPanel.cs 7 Jan 2006 08:03:47 -0000 1.49
***************
*** 541,545 ****
{
case "text":
- case "hidden":
if (value != form[name])
AjaxCallHelper.WriteSetFieldScript (clientID, value);
--- 541,544 ----
|