--- trunk/web/iwf/iwfajax.js 2005/11/14 16:15:08 48 +++ trunk/web/iwf/iwfajax.js 2005/11/14 16:16:03 51 @@ -275,11 +275,11 @@ } break; case 'textarea': - val = iwfAttribute(el, 'innerText'); + val = iwfAttribute(el, 'innerText') || el.value; break; case 'button': if (el == ctl){ - val = iwfAttribute(el, 'innerText'); + val = iwfAttribute(el, 'innerText') || el.value; } break; case 'select':