How can we use both Trinidad & Tobago JSF libraries together in a same project?

View: New views
5 Messages — Rating Filter:   Alert me  

How can we use both Trinidad & Tobago JSF libraries together in a same project?

by Papia :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi All,

We are using JSF Trinidad library in our project. And we have a certain requirement for which I wanted to use few features of Tobago library in the same project. I am able to run both Trinidad & Tobago components separately but when trying to use them both in the same project I am facing problem; as they use different view handlers and render kits; so in the faces-config.xml and web.xml had to use one of them. Can anybody help in this regard? to get me a solution like common view handler/render kit; through which both Trinidad & Tobago can be used together within the same project/config files..

Thanks in Advance,
Papia

Re: How can we use both Trinidad & Tobago JSF libraries together in a same project?

by Rafa Pérez :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

AFAIK, it is not possible to use Trinidad and Tobago together.

On Mon, Oct 19, 2009 at 9:53 AM, Papia <papia.dastidar@...> wrote:

Hi All,

We are using JSF Trinidad library in our project. And we have a certain
requirement for which I wanted to use few features of Tobago library in the
same project. I am able to run both Trinidad & Tobago components separately
but when trying to use them both in the same project I am facing problem; as
they use different view handlers and render kits; so in the faces-config.xml
and web.xml had to use one of them. Can anybody help in this regard? to get
me a solution like common view handler/render kit; through which both
Trinidad & Tobago can be used together within the same project/config
files..

Thanks in Advance,
Papia
--
View this message in context: http://www.nabble.com/How-can-we-use-both-Trinidad---Tobago-JSF-libraries-together-in-a-same-project--tp25954459p25954459.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.



Re: How can we use both Trinidad & Tobago JSF libraries together in a same project?

by Stojan Peshov :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Is it possible to combine them using facelets?
I haven't work with tobago for almost a year, but I've read that there are some advances in facelets development.


Regards,
/************************
* Stojan Pesov
* works @ Genrep ltd.
* cell: 389 75 397172
*************************/


2009/10/19 Rafa Pérez <rajalin@...>
AFAIK, it is not possible to use Trinidad and Tobago together.

On Mon, Oct 19, 2009 at 9:53 AM, Papia <papia.dastidar@...> wrote:

Hi All,

We are using JSF Trinidad library in our project. And we have a certain
requirement for which I wanted to use few features of Tobago library in the
same project. I am able to run both Trinidad & Tobago components separately
but when trying to use them both in the same project I am facing problem; as
they use different view handlers and render kits; so in the faces-config.xml
and web.xml had to use one of them. Can anybody help in this regard? to get
me a solution like common view handler/render kit; through which both
Trinidad & Tobago can be used together within the same project/config
files..

Thanks in Advance,
Papia
--
View this message in context: http://www.nabble.com/How-can-we-use-both-Trinidad---Tobago-JSF-libraries-together-in-a-same-project--tp25954459p25954459.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.




Re: How can we use both Trinidad & Tobago JSF libraries together in a same project?

by Andrew Robinson-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I believe they are fundamentally incompatible. Tobago uses render kits
to do a lot of built in page templates, and Trinidad has its own
render kit and has its own AJAX support that is not compatible with
other AJAX JSF solutions. I think you would end up with page layout
problems and AJAX problems in addition to trying to figure out how to
use two render kits in the same view.

On Mon, Oct 19, 2009 at 2:32 AM, Stojan Peshov <goodusername@...> wrote:

> Is it possible to combine them using facelets?
> I haven't work with tobago for almost a year, but I've read that there are
> some advances in facelets development.
>
>
> Regards,
> /************************
> * Stojan Pesov
> * works @ Genrep ltd.
> * cell: 389 75 397172
> *************************/
>
>
> 2009/10/19 Rafa Pérez <rajalin@...>
>>
>> AFAIK, it is not possible to use Trinidad and Tobago together.
>>
>> On Mon, Oct 19, 2009 at 9:53 AM, Papia <papia.dastidar@...> wrote:
>>>
>>> Hi All,
>>>
>>> We are using JSF Trinidad library in our project. And we have a certain
>>> requirement for which I wanted to use few features of Tobago library in
>>> the
>>> same project. I am able to run both Trinidad & Tobago components
>>> separately
>>> but when trying to use them both in the same project I am facing problem;
>>> as
>>> they use different view handlers and render kits; so in the
>>> faces-config.xml
>>> and web.xml had to use one of them. Can anybody help in this regard? to
>>> get
>>> me a solution like common view handler/render kit; through which both
>>> Trinidad & Tobago can be used together within the same project/config
>>> files..
>>>
>>> Thanks in Advance,
>>> Papia
>>> --
>>> View this message in context:
>>> http://www.nabble.com/How-can-we-use-both-Trinidad---Tobago-JSF-libraries-together-in-a-same-project--tp25954459p25954459.html
>>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>>
>>
>
>

Re: How can we use both Trinidad & Tobago JSF libraries together in a same project?

by Papia :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks all for your replies. Actually the issue we were facing with Trinidad was that we were not able to implement catalog/dropdown menu with the MenuModels provided by the Trinidad library. Can anybody help in this regard? Like if there is any tag/ Menumodel available in trinidad which can be used to create a dropdown menu; as we were trying to get a look & feel like browser menus.

Thanks much,
Papia


Andrew Robinson-5 wrote:
I believe they are fundamentally incompatible. Tobago uses render kits
to do a lot of built in page templates, and Trinidad has its own
render kit and has its own AJAX support that is not compatible with
other AJAX JSF solutions. I think you would end up with page layout
problems and AJAX problems in addition to trying to figure out how to
use two render kits in the same view.

On Mon, Oct 19, 2009 at 2:32 AM, Stojan Peshov <goodusername@gmail.com> wrote:
> Is it possible to combine them using facelets?
> I haven't work with tobago for almost a year, but I've read that there are
> some advances in facelets development.
>
>
> Regards,
> /************************
> * Stojan Pesov
> * works @ Genrep ltd.
> * cell: 389 75 397172
> *************************/
>
>
> 2009/10/19 Rafa Pérez <rajalin@gmail.com>
>>
>> AFAIK, it is not possible to use Trinidad and Tobago together.
>>
>> On Mon, Oct 19, 2009 at 9:53 AM, Papia <papia.dastidar@yahoo.com> wrote:
>>>
>>> Hi All,
>>>
>>> We are using JSF Trinidad library in our project. And we have a certain
>>> requirement for which I wanted to use few features of Tobago library in
>>> the
>>> same project. I am able to run both Trinidad & Tobago components
>>> separately
>>> but when trying to use them both in the same project I am facing problem;
>>> as
>>> they use different view handlers and render kits; so in the
>>> faces-config.xml
>>> and web.xml had to use one of them. Can anybody help in this regard? to
>>> get
>>> me a solution like common view handler/render kit; through which both
>>> Trinidad & Tobago can be used together within the same project/config
>>> files..
>>>
>>> Thanks in Advance,
>>> Papia
>>> --
>>> View this message in context:
>>> http://www.nabble.com/How-can-we-use-both-Trinidad---Tobago-JSF-libraries-together-in-a-same-project--tp25954459p25954459.html
>>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>>
>>
>
>