Re: How to disable core table selection check boxes in trinidad

2011-07-08 Thread Cédric Durmont
Hi Ravi, I don't think it's possible. A possible workaround is to set selection=none, then add yourself a column with a checkbox, and use the row object business rules to set it disabled or not Regards, Cedric Durmont 2011/7/7 ravi.boreddy ravi.bore...@cognizant.com: Hi All, I have a core

RE: nean producer and creation

2011-07-08 Thread Pieter Martin
Hi, I have a the following producer method @Named(contextRoot) @Produces @ConversationScoped @ContextRoot public CmApplication getContextRoot() { return (CmApplication) db.getCompositeRoots().get(0); } and I reference it in jsf h:inputText id=rootLabel

RE: @Disposes and webapp shutdown and @Singleton/@ApplicationScope

2011-07-08 Thread Pieter Martin
Hi, I have an application scoped producer method together with a disposer which sits in a @javax.inject.Singleton scoped class. @Singleton public class DbProducer implements Serializable { @ApplicationScopedDb @Produces @ApplicationScoped public NakedGraph

Re: How to disable core table selection check boxes in trinidad

2011-07-08 Thread ravi.boreddy
Hi Cedric, Thanks for this. I will try with this and let you know. Thanks Regards, Ravi Boreddy -- View this message in context: http://old.nabble.com/How-to-disable-core-table-selection-check-boxes-in-trinidad-tp32015947p32019342.html Sent from the MyFaces - Users mailing list archive at

Re: nean producer and creation

2011-07-08 Thread Gerhard Petracek
hi pieter, no - that's specified by cdi itself. please don't place code in the constructor (use @PostConstruct instead). regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2011/7/8

Re: nean producer and creation

2011-07-08 Thread Pieter Martin
Ok, thanks Pieter On 08/07/2011 09:14, Gerhard Petracek wrote: hi pieter, no - that's specified by cdi itself. please don't place code in the constructor (use @PostConstruct instead). regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in

Re: @Disposes and webapp shutdown and @Singleton/@ApplicationScope

2011-07-08 Thread Gerhard Petracek
hi pieter, in the end you have to shutdown one of both scopes first. if you change the behaviour, you would have a problem the other way round. please always use @ApplicationScoped instead of @Singleton (in terms of cdi @Singleton isn't specified very clearly - it's part of jsr 330 which doesn't

Re: @Disposes and webapp shutdown and @Singleton/@ApplicationScope

2011-07-08 Thread Pieter Martin
@ApplicationScoped hence forth it is. Thanks Pieter On 08/07/2011 09:31, Gerhard Petracek wrote: hi pieter, in the end you have to shutdown one of both scopes first. if you change the behaviour, you would have a problem the other way round. please always use @ApplicationScoped instead of

Re: @Disposes and webapp shutdown and @Singleton/@ApplicationScope

2011-07-08 Thread Mark Struberg
Hi! Please note that javax.inject.Singleton is completely underspecified! I suggest to not use it at all ;) LieGrue, strub --- On Fri, 7/8/11, Gerhard Petracek gerhard.petra...@gmail.com wrote: From: Gerhard Petracek gerhard.petra...@gmail.com Subject: Re: @Disposes and webapp shutdown and

[trinidad 1.2] tr:table docs, rowselection, sorting, pagenation, filtering?

2011-07-08 Thread Me Self
I have a few questions about the trinidad table component. Hope someone can answer at least some of them.. 1) I havent found much documentation other than http://myfaces.apache.org/trinidad/devguide/table.html. Is there any ADF documentation that would be usefull or is the trinidad version too

Re: Error booting CODI on WebSphere 8 (OWB) - WebBeans context with scope type annotation @ApplicationScoped does not exist within current thread

2011-07-08 Thread Jakob Korherr
great news :) 2011/7/8 Gerhard Petracek gerhard.petra...@gmail.com: fyi: the websphere team notified my that they successfully deployed a codi demo on websphere v8.0.0.1 (which will be released soon). regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development

Re: [trinidad 1.2] tr:table docs, rowselection, sorting, pagenation, filtering?

2011-07-08 Thread Cédric Durmont
Hi, 1/ I don't know of a good CollectionModel subclassing example. Anyway, I never really had the need for it. If you need to load rows on demand and such, you may as well subclass List 2/ Don't forget in your tr:column to set sortable=true AND sortProperty=someAttribute, where someAttribute is

[ANNOUNCE] Release of Apache MyFaces Ext-Scripting 1.0.1

2011-07-08 Thread Werner Punz
The Apache MyFaces team is pleased to announce the release of MyFaces Extension Scripting 1.0.1 This release is a minor bugfix release which reenables compatibility for Apache MyFaces 2.0.5+. Apache MyFaces Extension Scripting 1.0 is an extension project to Apache MyFaces which enables Groovy

Trinidad 2.0 - Anyone have issues with SelectManyShuttle tag?

2011-07-08 Thread Catherine Rocchio
Hi there, Consistently, when we try to use the selectManyShuttle instead of a selectManyListbox - the Submit button on the page/form stops working - won't do anything. It isn't just the rendering on the page that does it (if you don't touch the widget, it is fine.) - but the second you

Re: Trinidad 2.0 - Anyone have issues with SelectManyShuttle tag?

2011-07-08 Thread Scott O'Bryan
Hey Catherine, No, I haven't seen this issue, but Trinidad is overdue for another release (sorry guys, I've been a bit busy at work) so it's possible the issue is already fixed. Could you try your usecase against trunk? If that doesn't work (or if you can't build trunk) then do us a favor