Re: JSF Combo Box for MyFaces 1.1 - one humble developer's solution

2010-01-14 Thread Jakob Korherr
We are not criticizing what you did, but how you did it. As Mike wrote, write a wrapper Component around the ExtJs Combobox. It can't take you more than 30 minutes and is a clean solution to your problem. 2010/1/14 Mike Kienenberger mkien...@gmail.com If you use a screwdriver as a hammer, it

Re: javascript problem with commandlink and onclick after update to JSF 1.2

2010-01-14 Thread Mike Kienenberger
Wow. I just saw this, and it's really ugly. I wonder if some of my app's code is mysteriously breaking now. Why couldn't you do something like Michael's workaround instead of trying to replace this with document.getElementById('...'). Ie, pass this as an argument to the intermediate

Re: javascript problem with commandlink and onclick after update to JSF 1.2

2010-01-14 Thread Jakob Korherr
That's also an option! 2010/1/14 Mike Kienenberger mkien...@gmail.com Wow. I just saw this, and it's really ugly. I wonder if some of my app's code is mysteriously breaking now. Why couldn't you do something like Michael's workaround instead of trying to replace this with

MyFaces Trinidad - SAXParseException: Circular include of base-desktop.xss

2010-01-14 Thread tamoul
Hello, We are trying to deploy a myfaces application that uses Trinidad components to a NetWeaver environment (Web AS Java). We are using JSF 1.2, Trinidad 1.2.12, Facelets 1.1.14. Our NetWeaver is CE 7.1 SP08. We are using JEE5 Sun RI in place of the myfaces implementation. The problem we are

Re: MyFaces Trinidad - SAXParseException: Circular include of base-desktop.xss

2010-01-14 Thread Jeanne Waldman
This 'circular include' error sounds like you have some skin .xss file that includes base-desktop.xss and that base-desktop.xss includes this css file. But base-desktop.xss is a private file and it works fine, so I don't know about this error. This sounds really, really strange. This error

Re: [Trinidad] Trinidad consuming 80-90% CPU

2010-01-14 Thread Richard Yee
What are you seeing in the task manager when you send a request? What percentage of the CPU is indicated as being used there? I have used JProbe before and the the results are not that easy to interpret. Much of my development occurs on a Windows machine with 2Gb of RAM. I have never seen the

Re: [Trinidad] Trinidad consuming 80-90% CPU

2010-01-14 Thread Matthias Wessendorf
On Thu, Jan 14, 2010 at 9:45 PM, Ravi Kapoor ravikapoor...@gmail.com wrote: Matthias, I did not hear back from the company you recommended. Can you check with them? he told me he would write to you back on Thursday/Friday; let me double check... -Matthias Richard, after a painful 2 days, I

Re: MyFaces Trinidad - SAXParseException: Circular include of base-desktop.xss

2010-01-14 Thread Matthias Wessendorf
HEy Tamoul, On Fri, Jan 15, 2010 at 3:02 AM, Jeanne Waldman jeanne.wald...@oracle.com wrote: This 'circular include' error sounds like you have some skin .xss file that includes base-desktop.xss and that base-desktop.xss includes this css file. But base-desktop.xss is a private file and it