In the getView method of Form, the stack is correct,
At index 0 => possible module view helper
At index 1 => view helper that I added in the bootstrap
At index 2 => View helper with prefix from the initView in the bootstrap
At index 3 => Default view helper
So at that moment, when I call getHelperPath("FormText"), the correct path
could be found. Only it doesn't ....
It is pretty strange that, if you first call getHelperPath("FormText"),
before the render, the correct path is found.
--
View this message in context:
http://www.nabble.com/Wrong-view-helper-used-in-Form-tp19085095p19090483.html
Sent from the Zend Framework mailing list archive at Nabble.com.