not sure if I could follow the complete thread correctly, so far. however, a java_ee5 container should ignore the JSF-runtime libs, that are shipped w/ the deployed app. Glassfish uses (for some reasons) the RI.
Trinidad 1.2 works with both: -RI 1.2 -myfaces 1.2 HTH, Matthias On Nov 29, 2007 11:58 PM, Leng, William <[EMAIL PROTECTED]> wrote: > > > > > Gerhard, > > > > Thanks for spending time on this. I figured out why it did not work. > > > > The myfaces-*.jar files are in ear/lib directory when it does not work. > After I put them in WEB-INF/lib directory, my app started to work. My guess > is that my web app might have actually used Sun's jsf implementation before > which comes with Glassfish. This may have also exposed a problem, i.e. > Trinidad navigationTree does not work with Sun's jsf implementation. Am I > right? > > > > Thanks again > > > > Bill > > > > ________________________________ > > > From: Gerhard Petracek [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 29, 2007 4:51 PM > > > To: MyFaces Discussion > Subject: Re: navigationTree > > > > > > hello bill, > > before you sent your last mail i also made some quick tests with a > different environment > > your implementation with: > - trinidad 1.0.x > - tomcat > - jsp and also with facelets > works just fine. > (it doesn't really help you - however, it shows that there is no basic > problem with the component) > > concerning your new investigations: > did you also compare the trinidad specific web.xml entries? > > regards, > gerhard > > > > > > 2007/11/29, Leng, William <[EMAIL PROTECTED]>: > > > > Hi Gerhard, > > > > Did some more test and found something very interesting. > > > > I copied my .jspx and .class files to the trinidad-demo-1.2.3 directory (in > the right package structure) and modified faces-config.xml to add my bean. > Restart glassfish and it works now. > > > > I compared trainidad-api/impl-1.2.3.jar, and they are identical. So, there > is something different between my app and demo app. Do you have any idea > what it is? > > > > Thanks > > > > Bill > > > > ________________________________ > > > From: Gerhard Petracek [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 29, 2007 2:44 PM > > > > To: MyFaces Discussion > Subject: Re: navigationTree > > > > > hello bill, > > which versions did you use? > > sounds like you configured trinidad right (you mentioned "all" other > trinidad features seem to work fine) > > however, is it possible for you to provide more details? > e.g.: > did you already tried other tree components of trinidad? > -> did these components work? > is there a major difference between you implementation and the sample > source code? > > (feel free to provide further details which aren't asked above.) > > regards, > gerhard > > > > > 2007/11/29, Leng, William < [EMAIL PROTECTED]>: > > > > Gerhard, > > > > I did. Actually, I deployed the demo war in the same Glassfish as my webapp. > The demo works but mine does not. I took a close look at the demo code I > could not find why mine does not work. > > > > Bill > > > > ________________________________ > > > From: Gerhard Petracek [mailto: [EMAIL PROTECTED] > Sent: Thursday, November 29, 2007 2:09 PM > To: MyFaces Discussion > Subject: Re: navigationTree > > > > > hello bill, > > have you already looked at the sample source code of: > http://www.irian.at/trinidad-demo/faces/components/navigationTree.jspx > > regards, > gerhard > > > 2007/11/29, Leng, William < [EMAIL PROTECTED]>: > > > > Hi all, > > > > I am trying to convert my adf webapp to Trinidad webapp. Everything seems to > work fine except for tr:navigationTree. The tree does not expand/collapse. > Has anyone used tr:navigationTree successfully? > > > > Thanks > > > > Bill CONFIDENTIALITY NOTICE: > > > > > > > > > > The information contained in this e-mail, including any attachment(s), > > > > > > > > > > is confidential information that may be privileged and exempt from > > > > > > > > > > disclosure under applicable law. If the reader of this message is not > > > > > > > > > > > > the intended recipient, or if you received this message in error, then > > > > > > > > > > any direct or indirect disclosure, distribution or copying of this > > > > > > > > > > message is strictly prohibited. If you have received this message in > > > > > > > > > > error, please notify the ServiceMaster Help Desk immediately by calling > > > > > > > > > > > > (866) 597-4321 and by sending a return e-mail; delete this message; and > > > > > > > > > > destroy all copies, including attachments. > > > > > > > > > > > > > > > > > > > > Thank you. > > > > > > -- > > http://www.irian.at > > Your JSF powerhouse - > JSF Consulting, Development and > Courses in English and German > > Professional Support for Apache MyFaces > CONFIDENTIALITY NOTICE: > > > > > The information contained in this e-mail, including any attachment(s), > > > > > is confidential information that may be privileged and exempt from > > > > > disclosure under applicable law. If the reader of this message is not > > > > > > the intended recipient, or if you received this message in error, then > > > > > any direct or indirect disclosure, distribution or copying of this > > > > > message is strictly prohibited. If you have received this message in > > > > > error, please notify the ServiceMaster Help Desk immediately by calling > > > > > > (866) 597-4321 and by sending a return e-mail; delete this message; and > > > > > destroy all copies, including attachments. > > > > > > > > > > Thank you. > > > > > > -- > > http://www.irian.at > > Your JSF powerhouse - > JSF Consulting, Development and > Courses in English and German > > Professional Support for Apache MyFaces > CONFIDENTIALITY NOTICE: > > The information contained in this e-mail, including any attachment(s), > > is confidential information that may be privileged and exempt from > > disclosure under applicable law. If the reader of this message is not > > > the intended recipient, or if you received this message in error, then > > any direct or indirect disclosure, distribution or copying of this > > message is strictly prohibited. If you have received this message in > > error, please notify the ServiceMaster Help Desk immediately by calling > > > (866) 597-4321 and by sending a return e-mail; delete this message; and > > destroy all copies, including attachments. > > > > Thank you. > > > > > > -- > > http://www.irian.at > > Your JSF powerhouse - > JSF Consulting, Development and > Courses in English and German > > Professional Support for Apache MyFaces > > CONFIDENTIALITY NOTICE: > The information contained in this e-mail, including any attachment(s), > is confidential information that may be privileged and exempt from > disclosure under applicable law. If the reader of this message is not > the intended recipient, or if you received this message in error, then > any direct or indirect disclosure, distribution or copying of this > message is strictly prohibited. If you have received this message in > error, please notify the ServiceMaster Help Desk immediately by calling > (866) 597-4321 and by sending a return e-mail; delete this message; and > destroy all copies, including attachments. > > Thank you. > > -- Matthias Wessendorf further stuff: blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf mail: matzew-at-apache-dot-org

