Re: [html-formfu] position element not found error when using insert_before

2009-10-15 Thread Carl Franks
2009/10/15 mohanprasad : > > Hi Carl, > Thanks for your reply. > I updated the things as you suggested. > Even after that it was giving me the same error. > Now its my mistake, actually the yml form data i provided in my previous > message is wrapped by another yml form. > that yml form data is as

Re: [html-formfu] position element not found error when using insert_before

2009-10-15 Thread mohanprasad
Hi Carl, Thanks for your reply. I updated the things as you suggested. Even after that it was giving me the same error. Now its my mistake, actually the yml form data i provided in my previous message is wrapped by another yml form. that yml form data is as follows. action: /add/track/data auto_fi

Re: [html-formfu] position element not found error when using insert_before

2009-10-15 Thread Carl Franks
2009/10/15 mohanprasad : > > Hi, > > I am trying to insert a new element in my catalyst controller action using > below code. > i have two hidden fileds, one text box, i am trying to insert the new > element before hidden fields. > > my $form = $self->form; > my $file = "restricted/add/product"; >

[html-formfu] position element not found error when using insert_before

2009-10-15 Thread mohanprasad
Hi, I am trying to insert a new element in my catalyst controller action using below code. i have two hidden fileds, one text box, i am trying to insert the new element before hidden fields. my $form = $self->form; my $file = "restricted/add/product"; $form->load_config_filestem($file); $form->p