Re: tr:document with facelets/jsf2

2011-07-19 Thread Manuel Hartl
Hi , i am confused, but you seem to be right. i setup a new project with a cleaner classpath with only jsf2/facelets/trinidad setup and it worked. i have to search for the issue on our project setup then.. and i still have no explanation for the (now vanished) viewstate serialization problems. s

Re: tr:document with facelets/jsf2

2011-07-19 Thread Andrew Robinson
>From the error, it looks like you are missing the Trinidad-impl faces-config information. This could be a classpath issue. For example, are you sure that the Trinidad 2.0 jars are the only ones on the classpath and there is only one JSF implementation set of jars on the classpath? You can try runn

Re: tr:document with facelets/jsf2

2011-07-15 Thread Manuel Hartl
Hi All, ok. sorry for the last post. i understood that these identifiers to not reference java classes. anyways. does my example page work for you? Regards, Manuel. > Hi All, > > if i look at the tr.taglib.xml file of the trinidad2.0.0 release then i see: > > > > org.apache.myfaces.

Re: tr:document with facelets/jsf2

2011-07-15 Thread Manuel Hartl
Hi All, if i look at the tr.taglib.xml file of the trinidad2.0.0 release then i see: org.apache.myfaces.trinidad.CoreDocument org.apache.myfaces.trinidad.Document org.apache.myfaces.trinidadinternal.facelets.TrinidadComponentHandler the class "org.apache.myfaces.trinidad.CoreDocum

Re: tr:document with facelets/jsf2

2011-07-14 Thread Scott O'Bryan
You need to use whatever is set up as the faceless extension. By default this is XHTML. Sent from my iPad On Jul 14, 2011, at 9:54 AM, Manuel Hartl wrote: > Hi Andrew, > > so i think my configuration is correct (as there is not really much > needed). > Do i need to use jspx? > > i think i will

Re: tr:document with facelets/jsf2

2011-07-14 Thread Manuel Hartl
Hi Scott & Andrew, here is a small test page: -- SNIP - http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/xhtml"; xmlns:f="http://java.sun.com/jsf/core"; xmlns:h="http://java.sun.com/jsf/html"; xmlns:ui="http://java.

Re: tr:document with facelets/jsf2

2011-07-14 Thread Manuel Hartl
Hi Andrew, so i think my configuration is correct (as there is not really much needed). Do i need to use jspx? i think i will generate a minimal demo page and post it here for review. Regards, Manuel. > Yes, you can have a look at the demo. It is running facelets and JSPX and is > on JSF

Re: tr:document with facelets/jsf2

2011-07-14 Thread Andrew Robinson
Yes, you can have a look at the demo. It is running facelets and JSPX and is on JSF 2. https://svn.apache.org/repos/asf/myfaces/trinidad/trunk/trinidad-examples/trinidad-demo web.xml: https://svn.apache.org/repos/asf/myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/WEB-INF/we

Re: tr:document with facelets/jsf2

2011-07-14 Thread Manuel Hartl
hi scott, i am pretty sure, that i have the impl :) i doublechecked it now. some of the errors (sorry for german localization) 14.07.2011 11:45:03 org.apache.myfaces.trinidad.component.UIXComponentBase _getRendererImpl WARNUNG: Renderer konnte nicht gefunden werden für CoreDocument[UIXFacesBeanIm

Re: tr:document with facelets/jsf2

2011-07-13 Thread Scott O'Bryan
Wow.. It looks like I really DO need a new release. :). I was waiting for thing to stabilize and then got tied up.. Manuel, it looks like you don't have the impl in there if it can't find the tag. Can you show me a copy of your page? Sent from my iPad On Jul 13, 2011, at 4:36 PM, Manuel Hartl

Re: tr:document with facelets/jsf2

2011-07-13 Thread Manuel Hartl
Hi Scott, I am using the trinidad 2.0.0 Release. It is the latest on the page. Tags like document or pagePanel are not rendered and there is a warning in the log for these tags that the renderer could Not Be found Am 14.07.2011 um 00:26 schrieb "Scott O'Bryan" : > It should work just fine.

Re: tr:document with facelets/jsf2

2011-07-13 Thread Scott O'Bryan
It should work just fine. We've supported faceless for some time and JSF20 should be fully functional. What version of Trin are you using? Sent from my iPad On Jul 13, 2011, at 4:22 PM, Manuel Hartl wrote: > Hi Trinidad-Team, > > I am trying to use Trinidad2 with Facelets(JSF2). Should this b

tr:document with facelets/jsf2

2011-07-13 Thread Manuel Hartl
Hi Trinidad-Team, I am trying to use Trinidad2 with Facelets(JSF2). Should this be possible? e.g. the tag tr:document seems not to be rendered. Is this a configuration problem or is is the document tag not usable with Facelets? Regards, Manuel. -- Dipl. Inform. Manuel Hartl Software