Hi all,
I got this project that runs basically with simple JSF RI components.
Now I'm trying to include Tobago components in the project. Since I included
all the libs required, it seems taht my RI components are trying to get
rendered by my tobago renderer.
In glassfish I got this stack :
Wrong type: Need org.apache.myfaces.tobago.component.UICommand, but was
javax.faces.component.html.HtmlCommandLink
I'm very new to tobago. Am I doing something wrong?
Here is my tobago-config.xml
<tobago-config>
<theme-config>
<default-theme>richmond</default-theme>
</theme-config>
<resource-dir>tobago-resource</resource-dir>
<resource-dir>org/apache/myfaces/tobago/renderkit</resource-dir>
</tobago-config>
tanx!
--
A man is rich in proportion to the number of things he can afford to let
alone. - Thoreau