This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: tabPanel - Strange absence of rendering?nbelaevski May 19, 2009 6:05 AM (in response to pbosman)Hi, 
 Code looks ok. What is RF version used?
- 
        2. Re: tabPanel - Strange absence of rendering?pbosman May 19, 2009 7:09 AM (in response to pbosman)"nbelaevski" wrote: 
 Hi,
 Code looks ok. What is RF version used?
 Hey 'N',
 thanks for your reply.
 It's a maven-project and in my pom.xml this is the dependency I use to get the jars I need:<dependency> <groupId>org.richfaces.ui</groupId> <artifactId>richfaces-ui</artifactId> <version>3.3.0.GA</version> </dependency> 
 As far as I can tell this causes 3 jars to be used: impl, api and ui
 hope it's enough as information!
 regards,
 Pieter
- 
        3. Re: tabPanel - Strange absence of rendering?pbosman May 19, 2009 9:53 AM (in response to pbosman)Just a heads up for those that are looking at this thread: 
 I solved the issue.
 Problem was that, due to a recently added securityfilter I created, my richfaces filter wasn't properly called anymore.
 Solved that particular issue and I'm a happy panda again.
 thanks to those that took the time to read my question :)
 Pieter
 
    