Displaying 1 result from an estimated 1 matches for "sip_tab_content".
2010 May 10
0
How RoR extract a http parameterfrom arequest?
This is request made from the client:
new Ajax.Updater("sip_tab_content",
"/rails/test_modules/show/"+$F"boardid"),
{method :''get'',
onFailure:displaySIPTabFailure,
onComplete:displaySIPTabFailure
});
This is controller from the ROR...