Re: Problem with CODI/OWB and PrimeFaces 3.2

2012-04-10 Thread Gerhard Petracek
hi ludovic, great that it works. imo we should fix or remove the workaround in owb (because with deactivated serialization it works without problems). -> please file a jira-issue at [1]. regards, gerhard [1] https://issues.apache.org/jira/browse/OWB http://www.irian.at Your JSF/JavaEE powerhou

Re: FacesMessage Severity for 'success'

2012-04-10 Thread Mike Kienenberger
The severity levels can be used however they make the most sense in your application. For example, what you call a hint, I generally put in WARN severity (although I probably only have one hint message). I use INFO for "saved successfully" messages. You are however free to pick whatever levels

AW: FacesMessage Severity for 'success'

2012-04-10 Thread Hoersch, Dennis
On Tue, Apr 10, 2012 at 9:37 AM, Dennis Hörsch wrote: >> does anybody know why there is no severity for success messages? >> Is that a special case that nobody needs? >> >> We have a workaround to save/display them separated of the standard faces >> messages. > >What's wrong with SEVERITY_INFO? I

Re: FacesMessage Severity for 'success'

2012-04-10 Thread Mike Kienenberger
On Tue, Apr 10, 2012 at 9:37 AM, Dennis Hörsch wrote: > does anybody know why there is no severity for success messages? > Is that a special case that nobody needs? > > We have a workaround to save/display them separated of the standard faces > messages. What's wrong with SEVERITY_INFO?

[ANNOUNCE] Release of Apache MyFaces Extensions CDI 1.0.5

2012-04-10 Thread Gerhard Petracek
The Apache MyFaces team is pleased to announce the 12th release of Apache MyFaces Extensions CDI (aka CODI). Apache MyFaces CODI provides portable CDI extensions for the Java-Platform (SE and EE). CODI is a modularized and extensible toolbox for CDI based applications. The release of CODI v1.0.5

FacesMessage Severity for 'success'

2012-04-10 Thread Dennis Hörsch
Hi, does anybody know why there is no severity for success messages? Is that a special case that nobody needs? We have a workaround to save/display them separated of the standard faces messages. Thanks and greetings, Dennis Hoersch -- HIS Hochschul-Informations-System GmbH Goseriede9| 3015

Re: [Tobago] How to automatically maximize tc:page on initial view of applicaiton?

2012-04-10 Thread d . o . m . e
Hi Volker, Thanks for your fast reply. An initializing page with a button is not desired, since I want my application to start right away, i.e. without user interaction. With regard to your Javascript suggestion, could you be a bit more specific what you have in mind? Currently, I have a JSP

Re: Problem with CODI/OWB and PrimeFaces 3.2

2012-04-10 Thread Ludovic Pénet
Dear Gerhard and Mark, thank you for your quick replies. Yes, it is an issue with OWB, not with CODI. As I use OWB only because of CODI, the distinction was not obvious to me. The bug seems to happen during context serialization. Solutions 2 and 3 from Mark are, alas, not options, as I am stuck w

Re: [Tobago] How to automatically maximize tc:page on initial view of applicaiton?

2012-04-10 Thread Volker Weber
Hi Dom, just put a initializing page in front of your app as startpage. The startpage could request the app page via javascript or button. Regards, Volker Am 9. April 2012 16:24 schrieb : > Dear all, > > I am working with Tobago 1.0.*. In general, the size of tc:page gets set > automati