Displaying 1 result from an estimated 1 matches for "themeswitch".
2006 Aug 11
0
components actions with 1.1.6
Hello since the 1.1.6 upgrade, I can''t call a component action from a form.
my component is for example:
my component is located at /components/plugin/themeswitch
I usually did
<%= start_form_tag :controller=>''plugin/themeswitch'',:action=>
''changetheme'' -%>
but now the app answers with 404 error (I understand it''s because of the
bug fixin 1.1.6 but it worked with 1.1.5)
How can I access to the action...