Keep in mind that you echo it in the action instead of the template, so it will be at the very beginning of your output, not in the usual place.
On Mon, Apr 26, 2010 at 02:59, Parijat Kalia <kaliapari...@gmail.com> wrote: > Hey guys, > > This is slightly strange to me, I am not sure why, I have a bunch of pages > in a module of mine (say admin module, pages step1,step2,step3) etc. > > Now they have their corresponding step1Success.php and step2Success.php and > so on and so forth. > > The pages render themselves fine...but when I try and post, nothing is > happening > > i use $this->getRequest()->isMethod('post')....the form tags are placed > fine, as the page does redirect to the intended page. > > On further probing I noticed that I have an echo "hello" statement in my > public function executeStep2{ echo "hello";} ....This does not execute > itself either. > > So this is very strange, as the page is being rendered, implies that the > name of the template and action are perfectly fine, but it is refusing to > read whatever is inside the action. > > I am sure, this is a silly mistake, but if anyone has an understanding of > it, please help! > > Thanks and regards, > > Parijat Kalia > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > You received this message because you are subscribed to the Google > Groups "symfony users" group. > To post to this group, send email to symfony-users@googlegroups.com > To unsubscribe from this group, send email to > symfony-users+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en > -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en