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
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
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";
>
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