>From: "Edward Dowgiallo" <[EMAIL PROTECTED]> 
>Pdt,
>
>I'm not sure what you mean in the alternate handler part of the message.  
>Would you post an >example of what the web.xml should look like?
>

I suspect that tomahawk tiles will need some refactoring to work with JSF 1.2.  
At least Shale Tiles has some issues [1].   The proposed code, provided in the 
link at the bottom of the ticket [2], is JSF RI specific which doesn't work for 
Shale.  The book Core JSF 2 has a tiles example.  It doesn't use the view 
handler (only the jsp tags).  With the fixes to JSP 2.1 in JSF 1.2, native 
tiles (2.x) [3] might be an option?

[1] https://issues.apache.org/struts/browse/SHALE-302
[2] http://forum.java.sun.com/thread.jspa?threadID=770686&messageID=4408064
[3] http://tiles.apache.org/

>Thank you,
>Ed

Gary

On 8/14/07, pdt_p <[EMAIL PROTECTED]> wrote:

Hi Ed,

I hope I can help you. Give this a try,  leave renderkit ID to
org.apache.myfaces.trinidad.core in faces-config and set the tomahawk tile
handler  as alternate handler in web.xml.

thanks

Pdt



Edward Dowgiallo wrote:
>
> I think I see one of my problems. The myfaces-examples-tiles-1.1.6.war
> works
> fine with Tomcat 5.5.23, but blows up during deployment on Tomcat 6.0.13.
> I'll retry the integration on Tomcat 5.5.23 tomorrow.
>
> Ed
>
> On 8/9/07, Edward Dowgiallo <[EMAIL PROTECTED]> wrote:
>> 
>> Adam,
>>
>> I've got MyFaces and Trinidad working.
>> The renderkit ID is set correctly.
>>
>> I'm trying to use the JspTilesViewHandlerImpl from Tomahawk.  If I 
>> comment
>> out the one line assigning this alternate viewer in the faces-config.xml,
>> the non-Tiles JSF pages work fine.
>>
>> Ed
>>
>> On 8/9/07, Adam Winer < [EMAIL PROTECTED]> wrote:
>> >
>> > I suspect you've not set the renderkit ID to
>> > org.apache.myfaces.trinidad.core.
>> >
>> > I'd start with just getting MyFaces + Trinidad working, and only 
>> > worrying about Tiles later.
>> >
>> > And for that matter, I can't say I recommend using Tiles at all, at
>> > least not Tiles 1.x, with JSF.
>> >
>> > -- Adam 
>> >
>> >
>> > On 8/9/07, Edward Dowgiallo <[EMAIL PROTECTED]> wrote:
>> > > I'm currently trying to integrate MyFaces 1.2.0, Trinidad 1.2.1, and
>> > Tiles
>> > > 1.3.5.
>> > >
>> > >  I've done a lot of googling on the internet, and after a cut and
>> > paste
>> > > festival am still getting the error: 
>> > >
>> > >  WARNING: Could not find renderer for ...
>> > >
>> > >  interspersed with
>> > >
>> > >  WARNING: Unsupported component-family/renderer-type: ... 
>> > >
>> > >  and blank output.
>> > >
>> > >  Has anyone successfully configured the above 3 versions to work
>> > together?
>> > > Does anyone have a simple example I can build upon? 
>> > >
>> > >  Thank you,
>> > >  Ed
>> > >
>> >
>>
>>
>
>

--
View this message in context: 
http://www.nabble.com/-Trinidad--Integration-with-Tiles-tf4244805.html#a12140276
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to