I would like to create a set of JSF components for JSF. I think that trinidad as a very good support for skining and i would like to use it.
What is the best solution to use trinidad to build JSF components for iphone ? 1. Using current renderer and add new components with dedicated skins Would it work (PPR, css) due to safari browser on iphone ? 2. Creating a new renderkit + components (core, html, htmlbasic, uix, iphone) I think, it is the good approach but where can i find some information regarding creating a new renderkit with trinidad ? I have allready created renderkit but on top of basic core jsf not on top of trinidad... I try to read the trinidad source code but it seems not so easy... (RenderKitDecorator, RenderkitBase...) can you provide me some support ? How to use the skining feature when creating new renderkit ? is it allready provided by trinidad base renderKit. Will PPR feature usable (XMLHTTP request and safari) ?? Of course, in both case it would be possible to reuse iphone css projects (iui, UiUIKit) Tx for you help. Fred

