From: deja@... Date: 2006-02-25T02:08:33+09:00 Subject: Rails - Any way to pass state to a component? I am trying set up a rails app that utilizes components. I need to be able to pass some state (a bunch of name value pairs) from the Main controller to the component. Is there any way to pass this state info using render_component? Regards