Re: [jira] [Commented] (EXTCDI-186) Trinidad2-support-module

2011-08-10 Thread Manuel Hartl
Hi Rudy, i thought that was clear: yes i testet with the trinidad compat module. and this gave me an error because of the functions that werent overriden. so i took the source code and implemented the functions by delegating it to the wrapped Renderkit (i do not know if this is enough...). after

Re: [jira] [Commented] (EXTCDI-186) Trinidad2-support-module

2011-08-10 Thread Rudy De Busscher
Hello Manuel, As I wrote in the mail of May 18th, this is what I tested: = (taken from the mail) - Took the Trinidad demo example (can be found here [1]) - Added Weld-Servlet as CDI to the project (as CDI implementer so that I can run the demo in Tomcat

AW: [Trinidad] Dynamic Tabs

2011-08-10 Thread Ricardo Rog
Hello, I tried but get the same error as with . My best guess to this point is to hardcode the tabs and control them with the rendered-attribute but that's not really dynamic. -Ursprüngliche Nachricht- Von: Walter Mourão [mailto:wal...@arcadian.com.br] Gesendet: Mittwoch, 10. August

Re: [Trinidad] Dynamic Tabs

2011-08-10 Thread Walter Mourão
Sorry, I though in :-) Did you try ? Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Wed, Aug 10, 2011 at 11:45 AM, Ricardo Rog wrote: > Hello, > > thanks for your reply. I tried (I get an exception: "Tag > Library supports namespace: http://myfaces.a

AW: [Trinidad] Dynamic Tabs

2011-08-10 Thread Ricardo Rog
Hello, thanks for your reply. I tried (I get an exception: "Tag Library supports namespace: http://myfaces.apache.org/trinidad, but no tag was defined for name: forEach") and which gives me an error ("ERROR [STDERR] 10.08.2011 16:39:47 org.apache.myfaces.trinidadinternal.renderkit.core.xhtm

Re: [Trinidad] Dynamic Tabs

2011-08-10 Thread Walter Mourão
? Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Wed, Aug 10, 2011 at 10:38 AM, Ricardo Rog wrote: > Hello there, > > > > I have a question about tabs with Trinidad. My use-case is the following: I > have a tr:selectManyListBox in which a user can sele

Re: ExtVal with Primefaces on WebSphere

2011-08-10 Thread Gerhard Petracek
hi markus, you are welcome. that's right - asm is a dependency of cglib. however, it's a good idea to add this information to the wiki. btw. you can find it in the sample chapter [1] which is also a part of the documentation. @primefaces components: ok - so now there are more of those components.

[Trinidad] Dynamic Tabs

2011-08-10 Thread Ricardo Rog
Hello there, I have a question about tabs with Trinidad. My use-case is the following: I have a tr:selectManyListBox in which a user can select a set of values. For each selected value I want to add a Tab so that the user can do some adjustments that depend on the selected values. My prob

Re: ExtVal with Primefaces on WebSphere

2011-08-10 Thread markuslachat
Many thanks Gerhard, it works now I needed to add asm.jar as well. Should this be included in the documentation? If I not include generic support.jar Primefaces component like calendar and dialog box are not working, (i.e. datatable does). Also my JQuery menu did not work anymore Gerhard Petrac

Re: ExtVal with Primefaces on WebSphere

2011-08-10 Thread Gerhard Petracek
hi markus, > java.lang.NoClassDefFoundError: net.sf.cglib.proxy.MethodInterceptor ... means that you also have to add cglib (that's used by the generic support module). with primefaces you need this module only if you are using some special components. for most primefaces components, you don't ne

ExtVal with Primefaces on WebSphere

2011-08-10 Thread markuslachat
I am trying to use ExtVal with Primefaces (and Richfaces) on Websphere 8.0.0.0 CODI is working fine and moreover I installed all available fixes for Websphere. After adding core, bean and property validation to my project all added JQuery was not rendered to the page anymore. So I added the gener