Displaying 1 result from an estimated 1 matches for "_infos_fichiers_xml".
2010 Jun 02
10
Session, memory_store & NoMethodError
...blem is that I encountered a [b]NoMethodError[/b] when I
tried to access to a session value that is not nil. I''m doing some ajax
calls and I afffect the key/value and access to session variable in the
same controler "injection_controller.rb". I also access to session in a
view [b]_infos_fichiers_xml.html.erb[/b].
The access to session in the view [b]_infos_fichiers_xml.html.erb[/b]
does not cause any problem.
BUT
When I tried to access to the session in [b]injection_controller.rb[/b],
I get a :
[color=red][i]NoMethodError (You have a nil object when you didn''t
expect it!
You might h...