Author: nbelaevski
Date: 2010-07-12 04:25:06 -0400 (Mon, 12 Jul 2010)
New Revision: 17944
Modified:
root/ui/misc/trunk/jquery/src/main/java/org/richfaces/component/AbstractJQuery.java
Log:
Added explicit renderers declaration to components
Modified:
root/ui/misc/trunk/jquery/src/main/java/org/richfaces/component/AbstractJQuery.java
===================================================================
---
root/ui/misc/trunk/jquery/src/main/java/org/richfaces/component/AbstractJQuery.java 2010-07-12
08:22:38 UTC (rev 17943)
+++
root/ui/misc/trunk/jquery/src/main/java/org/richfaces/component/AbstractJQuery.java 2010-07-12
08:25:06 UTC (rev 17944)
@@ -26,12 +26,14 @@
import org.richfaces.cdk.annotations.Attribute;
import org.richfaces.cdk.annotations.JsfComponent;
+import org.richfaces.cdk.annotations.JsfRenderer;
/**
* @author nick
*
*/
-@JsfComponent(type = AbstractJQuery.COMPONENT_TYPE, family =
AbstractJQuery.COMPONENT_FAMILY)
+@JsfComponent(type = AbstractJQuery.COMPONENT_TYPE, family =
AbstractJQuery.COMPONENT_FAMILY,
+ renderer = @JsfRenderer(type = "org.richfaces.JQueryRenderer"))
public abstract class AbstractJQuery extends UIComponentBase {
public static final String COMPONENT_TYPE = "org.richfaces.JQuery";
Show replies by date