I think that is standard behaviour for forms in general. Disabled elements in forms will not be sent with the rest of the elements.
Thomas VEQUAUD wrote: > > Hi everyone, > > I'd like to use the same form in differents modes : "write" (evaluator) > and > then "readonly" (assessed)... So, for the second mode, I wanted to use > setAttrib to disable inputs form but, by this way, input values are > ignored. > I tried to use setIgnore(false) but same thing : values ignored. > I think that setAttrib should just modify the HTML display, not the > behaviour of a form element. > > -- > Thomas VEQUAUD http://thomas.vequaud.free.fr/ > Expert EPITECH en Ingénierie Informatique > Tél : +33(0)6.50.39.28.10 Fax: +33(0)9.58.46.10.07 > > -- View this message in context: http://www.nabble.com/Zend_Form-%3A-values-ignored-with-setAttrib%28%27disabled%27%2C-%27disabled%27%29-tp22417413p22417984.html Sent from the Zend Framework mailing list archive at Nabble.com.
