Displaying 1 result from an estimated 1 matches for "026114a6".
Did you mean:
020112a6
2006 Mar 05
2
AJAX call chain and DRY questions
Hey
I have a page with a drop list. When the user selects an option in the
drop I call an action in the controller with ajax. Now, in the
controller, I gather some data from the db, but how do I present these
data in a nice way? I really need to make use of the html helpers, but
these clearly are not available in the controller. How do I output the
array that I have gathered?
My view page