Re: Trinidad:Skins

2010-03-12 Thread mamallan . uthaman
Hi Jose, You don't need to know how how skin selectors are compressed. Please disable the compression like .xbo, .xba while developing your skin by using below in web.xml: org.apache.myfaces.trinidad.DISABLE_CONTENT_COMPRESSION true Thanks Mamallan On 3/12/2010 11:19

Trinidad:Skins

2010-03-12 Thread José Miguel Loor
Hi I would like to know, wich skin elements are responsible for rendering the .xbo and .xba style classes in trinidad. It would be very useful to have a map of wich elements renders wich style; i mean af|table renders .xyz1 , .xyz2 elements in the css file and so on; the whole documentation ab

Re: Issue with running myfaces-example-simple-1_1_9_war on websphere 6.1

2010-03-12 Thread Ashish Kulkarni
Hi I tried this also, i am getting following error in my system.out log file Any ideas [3/12/10 11:16:53:904 EST] 0015 WebAppE Exception caught while initializing context javax.xml.parsers.FactoryConfigurationError: Provider for javax.xml.parsers.SAXParserFactory cannot be found at

Re: Issue with running myfaces-example-simple-1_1_9_war on websphere 6.1

2010-03-12 Thread Mike Kienenberger
No tld listener support seems to be the case for Websphere 6.0, according to this issue: http://jira.icefaces.org/browse/ICE-1403 On Fri, Mar 12, 2010 at 2:50 PM, Jakob Korherr wrote: > Hi, > > Maybe your websphere 6.1 is one of the few containers that does not support > adding listeners via TLD

Re: Issue with running myfaces-example-simple-1_1_9_war on websphere 6.1

2010-03-12 Thread Jakob Korherr
Hi, Maybe your websphere 6.1 is one of the few containers that does not support adding listeners via TLD. Try adding the following to your web.xml: org.apache.myfaces.webapp.StartupServletContextListener Regards, Jakob 2010/3/12 Ashish Kulkarni > Hi > I recently downloaded and installed

Re: Trinidad 2.0 TableRenderingContext nullpointer

2010-03-12 Thread Andrew Robinson
UIXTable is not a concrete class, you should be using CoreTable. You should never use "new ComponentClass" to create a component, but instead should be using the Application to create the component using the component type. This ensures that you get the correct implementation class for the current

Issue with running myfaces-example-simple-1_1_9_war on websphere 6.1

2010-03-12 Thread Ashish Kulkarni
Hi I recently downloaded and installed myfaces-example-simple-1_1_9_war on websphere 6.1 (6.1.0.23) and changed class loaded order to Classed loaded with application class loaded first, and then restarted the application and i got following error What am i missing * * *java.lang.IllegalStateEx

Trinidad 2.0 TableRenderingContext nullpointer

2010-03-12 Thread Belkom,Gijs G.H.C. van
Hello, At this moment I am trying to build a Proof of Concept for my graduate project using Trinidad 2.0 nested grid component. The 'normal' approach for a grid is declaring the columns in the xhtml page but I want to do this dynamically in the backing bean. When I create a new UIXTable and add