Re: MyFaces and Shale Clay again

2005-10-08 Thread Ryan Wynn


[EMAIL PROTECTED] (Gary VanMatre) wrote on 10/06/2005
02:24:38 PM:

> I've not tried the tomahawk components yet but I think Clay should

> have a base configuration file for these components.   If you
take 
> on that task and would like to contribute back to Shale, please let
us know:-)

I agree, clay should have a base configuration for
the tomahawk components. I will contribute it to shale when I finish.  



Re: MyFaces and Shale Clay again

2005-10-06 Thread Gary VanMatre
>Has anyone been able to utilize myfaces tomahawk components with clay, 
>specifically the clay html views.  Myfaces core >components are working fine 
>for me, I have just not yet been able to use tomahawk. 
>
>In my clay-config.xml I have 
>
>componentType="org.apache.myfaces.component.html.ext.HtmlDataTable" 
>   extends = "baseHtml" 
>... attributes 
> 

>Which I thought would enable me to use tomahawk, however I get Undefined 
>component type >org.apache.myfaces.component.html.ext.HtmlDataTable message 
>when I try it.   

>Not really sure if I am doing this correctly, I just followed suit on the 
>examples. 
>
>Any ideas? 

You need to add "org.apache.myfaces.HtmlDataTable" for the component type.  The 
componentType attribute corresponds to the "component-type" in the faces config 
used to register a component verses the "component-class".

I've not tried the tomahawk components yet but I think Clay should have a base 
configuration file for these components.   If you take on that task and would 
like to contribute back to Shale, please let us know:-)

Gary









Re: MyFaces and Shale Clay again

2005-10-06 Thread Ryan Wynn

I just answered my own question.  I
was referring to the component class when I should have been referring
to the component type.

so org.apache.myfaces.HtmlDataTable
instead of org.apache.myfaces.component.html.ext.HtmlDataTable







Ryan Wynn/Vienna/[EMAIL PROTECTED]

10/06/2005 01:26 PM



Please respond to
"MyFaces Discussion"





To
users@myfaces.apache.org


cc



Subject
MyFaces and Shale Clay again









Has anyone been able to utilize myfaces tomahawk components with clay,
specifically the clay html views.  Myfaces core components are working
fine for me, I have just not yet been able to use tomahawk.


In my clay-config.xml I have 

 
        componentType="org.apache.myfaces.component.html.ext.HtmlDataTable"

        extends = "baseHtml"

... attributes 
 

Which I thought would enable me to use tomahawk, however I get Undefined
component type org.apache.myfaces.component.html.ext.HtmlDataTable message
when I try it.   

Not really sure if I am doing this correctly, I just followed suit on the
examples. 

Any ideas? 


MyFaces and Shale Clay again

2005-10-06 Thread Ryan Wynn

Has anyone been able to utilize myfaces
tomahawk components with clay, specifically the clay html views.  Myfaces
core components are working fine for me, I have just not yet been able
to use tomahawk.

In my clay-config.xml I have


        componentType="org.apache.myfaces.component.html.ext.HtmlDataTable"
        extends
= "baseHtml"
... attributes 


Which I thought would enable me to use
tomahawk, however I get Undefined component type org.apache.myfaces.component.html.ext.HtmlDataTable
message when I try it.  

Not really sure if I am doing this correctly,
I just followed suit on the examples.

Any ideas?