ActionView::TemplateError (stack level too deep)

Hi,

I am getting the following exception while calling a helper method.

ActionView::TemplateError (stack level too deep)

Do anyone have the idea why its happening?

  • Ratna

On 12 Feb 2008, at 12:19, Ratnavel S. wrote:

Hi,

I am getting the following exception while calling a helper method.

ActionView::TemplateError (stack level too deep)

Do anyone have the idea why its happening?

Sounds like you’ve hit some some of infinite recursion. Hard to tell
without seeing any code

Sounds like you’ve hit some some of infinite recursion. Hard to tell
without seeing any code

I am getting the options array for a drop down(with text and value). Its
working well for the first time after restarting the server. Then it is
showing the error.

On 12 Feb 2008, at 12:45, Ratnavel S. wrote:

Sounds like you’ve hit some some of infinite recursion. Hard to tell
without seeing any code

I am getting the options array for a drop down(with text and value).
Its
working well for the first time after restarting the server. Then it
is
showing the error.

It’s still going to be hard for someone to help you without seeing
exactly what you are doing.

HI Thanks for yr efforts…

There was a mismatch in the database entry and that file was not
included using require .

Its working perfect now…