[EXT-CDI] - ClientSideWindowHandler - Nag-Screen on every 'faces-redirect=true'.

2012-10-18 Thread it-media . kopp
Hello everybody, I'm currently on the way to port an application to JSF 2.0 + EXT-CDI + Primefaces. For easier handling and better URL-Support I setup EXT-CDI to always do redirects when navigating between pages (via @Page(navigation = NavigationMode.REDIRECT). However, this leads to an

Re: [EXT-CDI] - ClientSideWindowHandler - Nag-Screen on every 'faces-redirect=true'.

2012-10-18 Thread Mark Struberg
Hi Heiko! Yes, this is perfectly possible @SessionScoped @Specializes public class YourClientConfig extends ClientConfig implements Serializable {   @Overrides   public boolean isClientSideWindowHandlerRequest(FacesContext facesContext) {     return false; // or implement your own logic based

[ANNOUNCE] Apache MyFaces Ext-Scripting 1.0.4 release

2012-10-18 Thread Werner Punz
The Apache MyFaces Ext-Scripting team is pleased to announce the release of MyFaces Ext-Scripting 1.0.4. Apache MyFaces Ext-Scripting is an extension to Apache MyFaces which provides scripting language capabilities and dynamic reloading to Apache MyFaces. MyFaces Ext-Scripting 1.0.4 is

@BeanValidation annotation at class level

2012-10-18 Thread Manuel.Gamerdinger
Hello MyFaces ExtVal users, I've a question regarding group validation together with @BeanValidation annotation. In my example the @BeanValidation annotation only works on page bean fields. On class level it seems that the annotation is ignored. This works:

a small CDI related survey

2012-10-18 Thread Mark Struberg
Hi folks! I have a slightly offtopic survey for you. The question is how the current @ApplicationScoped in CDI should behave. Should it be 1 instance per WAR or 1 instance per EAR? To make this more clear: in CDI-1.1 we will have both scopes at the end. Please also note that any scope broader

Re: @BeanValidation annotation at class level

2012-10-18 Thread Gerhard Petracek
hi manuel, you can check it in ExtValBeanValidationMetaDataInternals# extractExtValBeanValidationMetaData (see #inspectFirstBean (= class level), #inspectFirstProperty, #inspectBaseOfProperty (= class level) and #inspectLastProperty) regards, gerhard http://www.irian.at Your JSF/JavaEE