Re: [fw-general] How should I get Posting form name ()

2010-01-05 Thread Enkhbilguun Erdenetsogt
Mmmm, So, it seems the case is closed since I've already resolved my problem. Thanks Saša Stamenković and Victor. -Bilguun On 10.01.05 21:32, Саша Стаменковић wrote: No, hidden field is the right way to go. Regards, Saša Stamenković On Tue, Jan 5, 2010 at 1:40 PM, Enkhbilguun Erdenetso

Re: [fw-general] How should I get Posting form name ()

2010-01-05 Thread Саша Стаменковић
No, hidden field is the right way to go. Regards, Saša Stamenković On Tue, Jan 5, 2010 at 1:40 PM, Enkhbilguun Erdenetsogt < enkhbilg...@beregu.com> wrote: > Thanks Victor. > I understood that you suggested me to use hidden field to properly identify > which form is been posted. Yes I solved my

Re: [fw-general] How should I get Posting form name ()

2010-01-05 Thread Enkhbilguun Erdenetsogt
Thanks Victor. I understood that you suggested me to use hidden field to properly identify which form is been posted. Yes I solved my problem with hidden field an hour ago. However I just wanted to know if there is any helper or controller action command that gets the posting form name. If lear

Re: [fw-general] How should I get Posting form name ()

2010-01-05 Thread Victor Farazdagi
Hi, Are you looking for something along the following lines: $request = $this->getRequest(); $post = $request->getPost(); if(isset($post['formId']) === false || $post['formId'] != 'surveygetform') { $this->view->surveyForm = $form; return; // no need t

[fw-general] How should I get Posting form name ()

2010-01-05 Thread Enkhbilguun Erdenetsogt
Hello, Could you help me to retrieve getting form tag attribute id value? I have two forms in each of pages. One of them is called from a different controller via $this->action('action', 'controller'); as a sidebar survey form. When I click any form's submit button the survey form, located a