Hi guys, I really need help with this. I try register AjaxHelper, ScriptaculousHelper and FormHelper in my default layout vm, but just FormHelper is rendered. Like this:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:// www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head> <title>$!title</title> <script type="text/javascript" src="$siteroot/content/js/ jquery-1.4.4.min.js"></script> <script type="text/javascript" src="$siteroot/content/js/jquery- ui-1.8.6.custom.min.js"></script> <script type="text/javascript" src="$siteroot/content/js/ jquery.corner.js"></script> <script type="text/javascript" src="$siteroot/content/js/ jquery.ui.tabs.min.js"></script> <script type="text/javascript" src="$siteroot/content/js/ superfish.js"></script> <script type="text/javascript" src="$siteroot/content/js/ grid.locale-pt-br.js" ></script> <script type="text/javascript" src="$siteroot/content/js/ jquery.jqGrid.min.js" ></script> $AjaxHelper.InstallScripts() $ScriptaculousHelper.InstallScripts() $FormHelper.InstallScripts() and result page: <head> <title> My title </title> <script type="text/javascript" src="/abcnet/content/js/ jquery-1.4.4.min.js"></script> <script type="text/javascript" src="/abcnet/content/js/ hoverIntent.js"></script> <script type="text/javascript" src="/abcnet/content/js/ superfish.js"></script> <script type="text/javascript" src="/abcnet/MonoRail/Files/ FormHelperScript.rails?RC3_0006"></script> Any idea about what is causing this. thanks for any help. -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en.
