Re: [Trinidad] Problem with upgrade to 1.2.x

2008-12-30 Thread Stephen Friedrich
I guess you are using facelets instead of jsp, right? Sounds similar to TRINIDAD-1215: https://issues.apache.org/jira/browse/TRINIDAD-1215 Before that one was fixed my workaround was to simply include jsp-api.jar (that contains the JspIdConsumer) with my war. You might want to try that too,

How to get hold of the event queue in JSF?

2008-12-30 Thread Madhav Bhargava
Hi All, I am using Sun JSF RI 1.1_02, Tomahawk -1.1.6, tomahawk-sandbox-1.1.6, richfaces-3.1.6 I have a page where there is are 2 drop downs: t:selectOneMenu id=provTypCd style=width:163 value=#{durMaintenanceController.provTypCd} f:selectItems id=selitms1

Re: How to get hold of the event queue in JSF?

2008-12-30 Thread Simon Kitching
Madhav Bhargava schrieb: However I am stuck because I do not know how to get hold of the event queue. Can anyone throw some light? I won't comment on the general approach; I haven't got time at the moment to understand all of that. Specifically about the event queue: The event-queue is held

Re: [Trinidad] charset

2008-12-30 Thread Omar Elprince
Hi Desik, when i remove jsp:directive.page contentType=text/html;charset=utf-8 / I get. XML Parsing Error: mismatched tag. Expected: /link. Location: http://localhost:8080/artshop/faces/app/home.jspx Line Number 7, Column 527: I am using tomcat-6.0.18, myfaces 1.2.0, trinidad 1.2.10, firefox

Re: [tobago] Binding for tc:menuBar

2008-12-30 Thread Bernd Bohmann
Hello Stefan, for 1.1.0-SNAPSHOT it should be org.apache.myfaces.tobago.component.UIMenuBar http://myfaces.apache.org/tobago/tobago-core/tlddoc/tc/menuBar.html for 1.0.x it should be javax.faces.component.UIPanel http://myfaces.apache.org/tobago/tobago-core/tlddoc-1.0.20/tc/menuBar.html

Re: Possible Leak in MyFaces Orchestrea

2008-12-30 Thread Steve Ronderos
Simon, Thanks for responding! I didn't know about the ConversationManagerSessionListener, after poking at it for a little, I think I understand how it all works now. Unfortunately I'm still experiencing the leak. I see in the Listener that it removes the ConversationManager objects in the

Re: [tobago] Binding for tc:menuBar

2008-12-30 Thread Stefan Hedtfeld
Hi Bernd, thanks. Using UIMenuBar works. Regards, Stefan. Bernd Bohmann schrieb: Hello Stefan, for 1.1.0-SNAPSHOT it should be org.apache.myfaces.tobago.component.UIMenuBar http://myfaces.apache.org/tobago/tobago-core/tlddoc/tc/menuBar.html for 1.0.x it should be