Author: sergeyhalipov
Date: 2007-05-23 06:29:19 -0400 (Wed, 23 May 2007)
New Revision: 837
Modified:
trunk/richfaces/panelmenu/src/main/templates/org/richfaces/htmlPanelMenu.jspx
Log:
Add needed ajax4jsf JavaScript file.
Modified: trunk/richfaces/panelmenu/src/main/templates/org/richfaces/htmlPanelMenu.jspx
===================================================================
---
trunk/richfaces/panelmenu/src/main/templates/org/richfaces/htmlPanelMenu.jspx 2007-05-23
09:41:34 UTC (rev 836)
+++
trunk/richfaces/panelmenu/src/main/templates/org/richfaces/htmlPanelMenu.jspx 2007-05-23
10:29:19 UTC (rev 837)
@@ -16,6 +16,7 @@
</h:styles>
<h:scripts>
new org.ajax4jsf.framework.resource.PrototypeScript(),
+ new org.ajax4jsf.framework.ajax.AjaxScript(),
/org/richfaces/renderkit/html/scripts/utils.js,
/org/richfaces/renderkit/html/scripts/panelMenu.js,
</h:scripts>