Displaying 1 result from an estimated 1 matches for "_my_partial_file".
Did you mean:
my_partial_file
2006 Jul 17
3
trouble with render :partial from controller
...roblem is
specifically when calling render :partial => "my_partial" from the
controller''s .rb code. It''s just really one line that is not doing what
it''s supposed to...
render :partial => "my_partial_file"
It is indeed finding the file (_my_partial_file.rhtml) and rendering it,
but it is not doing it as a partial. It is refreshing the screen and
rendering this partial file without any of the original page goodies.
thanks,
jp
P.S.
A friend of mine is trying to get me to use the scriptaculous
visual_effect stuff to do this, and I probably wil...