Hi All,
I'm still looking at this. >From looking at the source code it appears that the exception below is thrown for blank (as opposed to null) ids. Caused by: java.lang.IllegalArgumentException at org.apache.myfaces.trinidad.component.UIXComponentBase.findComponent(UIX ComponentBase.java:491) at org.apache.myfaces.trinidad.util.ComponentUtils.findRelativeComponent(Co mponentUtils.java:385) With this in mind I have explicitly given ids to components likely to use PPR. However, the exception is still being thrown. Is there anything particular to components within a treeTable either having their ids reset or just not being found? Thanks, Gerry ________________________________ From: Gerard Donnelly [mailto:[EMAIL PROTECTED] Sent: 30 June 2008 12:01 To: MyFaces Discussion Subject: RE: [Trinidad] Facelets, tr:treeTable and tr:inputDate Sorry, that should be myfaces 1.2.3 ________________________________ From: Gerard Donnelly [mailto:[EMAIL PROTECTED] Sent: 30 June 2008 11:41 To: MyFaces Discussion Subject: [Trinidad] Facelets, tr:treeTable and tr:inputDate ****** This Message Originated From The Internet Please Be Aware Of Suspicious Attachments And Content ****** Hi all, I have an existing small project. It's getting larger so I'm attempting to make use of Facelets. I would like to make a reusable component based on the tr:treetable. But, as yet, I cannot get it working when using it as the content of a predefined template. The tree table has several columns but only one input field - rendered based on the type of the required data (see attached extract). I have implemented this without Facelets and it works fine. Using Facelets, it seems to ignore the pattern specified in the convertDataTime. I'm also getting a PPR error when clicking on the icon to display the calendar. This doesn't occur all the time and I haven't yet determined how to regularly recreate this. The exception is attached. These errors are particular to use in a tr:treeTable component - I've used input dates in a standard tr:form and have no issues. I've using Trinidad 1.2.8, myfaces 1.2.4 and Facelets 1.1.14 on SAP Netweaver Any tips would be greatly appreciated. Regards, Gerry Donnelly P Please consider the environment before printing this email _________________________________________________________ 1. The information contained in this E-mail, including any files transmitted with it, is confidential and may be legally privileged. This E-mail is intended only for the personal attention of the stated addressee(s). Any access to this E-mail, including any files transmitted with it, by any other person is unauthorised. If you are not an addressee, you must not disclose, copy, circulate or in any other way use or rely on the information contained in this E-mail or any files transmitted with it. Such unauthorised use may be unlawful. If you have received this E-mail in error, please inform the sender immediately and delete it and all copies from your system. You may not forward this E-mail without the permission of the sender. 2. The views expressed in this E-mail are those of the author, and do not necessarily represent the views of AMT-SYBEX. Internet communications are not secure and AMT-SYBEX cannot, therefore, accept legal responsibility for the contents of this message nor for any damage caused by viruses. AMT-SYBEX Limited is a UK company, registration number GB03036807 at address The Spirella Building, Bridge Road, Letchworth, SG6 4ET. AMT-SYBEX (NI) Limited is a UK company, registration number NI024104 at address Edgewater Office Park, Edgewater Rd, Belfast, BT3 9JQ. For more information on the AMT-SYBEX Group visit http://www.amt-sybex.com <http://www.amt-sybex.com/> _________________________________________________________ P Please consider the environment before printing this email

