Re: [symfony-users] renderText in private methods

2011-01-25 Thread Gareth McCumskey
A private method does not return to a template . Rather call your private from within a public one. The private one returns the data needed for the template to the public one and the public one can call the correct template/render action you want such as renderText() On Mon, Jan 24, 2011 at 11

[symfony-users] renderText in private methods

2011-01-25 Thread Imran
Hi everyone, I was trying to use the renderText() method in a private method of action class, but it doesn't work. How can we use renderText() in private method or any alternative? Thanks -Imran -- If you want to report a vulnerability issue on symfony, please send it to security at symfon