On 4/13/07, rahed <[EMAIL PROTECTED]> wrote:
Hello,
I render forms in the TT template with [% FormBuilder.render %]. The
forms are defined in file.fb.
I would like to dynamically change one of the predefined values
I found I can trim the form in the controller like this
__PACKAGE__->config('Controller::FormBuilder'=>{
new=>{values => {my_field => 'MY_DATE'}}
};
which is for now sufficient.
--
Radek
_______________________________________________
List: [EMAIL PROTECTED]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[EMAIL PROTECTED]/
Dev site: http://dev.catalyst.perl.org/