Re: [html-formfu] The values of disabled form items

2010-09-03 Thread Carl Franks
Hi, That's what'll happen with model_config->{read_only} I don't think Model::DBIC should be looking at $field->attrs->{disabled}, as that's a rendering detail, strictly speaking. Cheers, Carl ___ HTML-FormFu mailing list HTML-FormFu@lists.scsys.co.uk htt

Re: [html-formfu] The values of disabled form items

2010-09-02 Thread Octavian Rasnita
Sent: Thursday, September 02, 2010 11:20 PM Subject: Re: [html-formfu] The values of disabled form items Hi, On 2 September 2010 21:01, Octavian Rasnita wrote: I've seen that if I set a form item (text field) as disabled, even if it contains data, HTML::FormFu::DBIC sees it as undef. Is th

Re: [html-formfu] The values of disabled form items

2010-09-02 Thread Carl Franks
Hi, On 2 September 2010 21:01, Octavian Rasnita wrote: > I've seen that if I set a form item (text field) as disabled, even if it > contains data, HTML::FormFu::DBIC sees it as undef. > Is this way of working intended? > > I want to set it as disabled for not allowing the user to change it but I