You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Glen <ks...@yahoo.com> on 2007/12/31 12:54:57 UTC

Trinidad Tomahawk integration


  Hi,
     we are on Development with Trinidad framework as we needed some of the
features from Tomahawk going for the integration with tomahawk,
  But we are unable get the result out may be due to improper configuration
on web.xml or with incompatibility with the jar files versions.
  Please suggest for the configuration(web.xml) and jar files to be used on
Trinidad and Tomhawk integration that are supported.

Thank You,
 Ramesh Bandaru.
  
-- 
View this message in context: http://www.nabble.com/Trinidad-Tomahawk-integration-tp14556784p14556784.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.


Re: Trinidad Tomahawk integration

Posted by Gerhard Petracek <ge...@gmail.com>.
hello,

do you plan to use the tr:inputFile component?

regards,
gerhard



2007/12/31, Glen <ks...@yahoo.com>:
>
>
>
>   Hi,
>      we are on Development with Trinidad framework as we needed some of
> the
> features from Tomahawk going for the integration with tomahawk,
>   But we are unable get the result out may be due to improper
> configuration
> on web.xml or with incompatibility with the jar files versions.
>   Please suggest for the configuration(web.xml) and jar files to be used
> on
> Trinidad and Tomhawk integration that are supported.
>
> Thank You,
> Ramesh Bandaru.
>
> --
> View this message in context:
> http://www.nabble.com/Trinidad-Tomahawk-integration-tp14556784p14556784.html
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>
>


-- 

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces

Re: Trinidad Tomahawk integration

Posted by Werner Punz <we...@gmail.com>.
Glen schrieb:
> 
>   Hi,
>      we are on Development with Trinidad framework as we needed some of the
> features from Tomahawk going for the integration with tomahawk,
>   But we are unable get the result out may be due to improper configuration
> on web.xml or with incompatibility with the jar files versions.
>   Please suggest for the configuration(web.xml) and jar files to be used on
> Trinidad and Tomhawk integration that are supported.
> 
Check your web.xml if you have the tomahawk resource loading filter set
this looks like it. All the scripts, css etc... are loaded in tomahawk
via its own resource loading filter. (check the example web.xml for the 
correct entries)

Normally Trinidad and Tomahawk should work fine, you might
encounter some problems in conjunction with ppr on some components.


Cheers Werner