Re: no parallel ajax requests anymore with JSF 2.1?

2012-03-30 Thread Michael Heinen
Hi Milo, are you really 100% sure that this is possible with JSF 2.1 and Richfaces 4.2? Did you verify that the requests are in parallel via logging or breakpoins? I tried a few combinations of the richfaces queues which were not working in parallel. Afaik the richfaces queues are on top of

Re: no parallel ajax requests anymore with JSF 2.1?

2012-03-30 Thread Werner Punz
Speaking of the spec, there is a reason why the requests are serialized, you simply cannot do it without loosing the viewstate over time for the long running request. The best bet to workaround this issue is to offload the long running request to something outside of JSF Servlet/Restful

PPS ?

2012-03-30 Thread Michael Heinen
Hi again, I read an article about PPS at http://werpublogs.blogspot.de/2011/07/apache-myfaces-jsfjs-queue-control.html If I understand this correctly then the data passed to the server should be reduced in ajax calls. I added myfaces.config.pps = true on clientside as a script during

Re: [Trinidad] Best Javascript package to use in a new render kit

2012-03-30 Thread Walter Mourão
Just a follow-up on my findings so far... I liked very much the template based approach of DojoFaces http://www.dojofaces.org/ and it looks to me I can continue using the things I like in Trinidad (Dialogs, etc.) in conjunction with DojoFaces components without problems. Best regards, Walter

Re: [Trinidad] Best Javascript package to use in a new render kit

2012-03-30 Thread Cédric Durmont
Hi Walter, Just my $0.02 here, but at my company we've been using Trinidad for 2 years now, and for one of our product we included DojoFaces (we needed the autoSuggest component). We eventually backpedalled and rewrote our own autosuggest component based on Trinidad + facelets, and use sometimes

Re: [Trinidad] Best Javascript package to use in a new render kit

2012-03-30 Thread Walter Mourão
Thank you Cedric, in fact I'm following a similar path than yours since some years ago. By coincidence (or not!) I've created a suggestion box only with Trinidad+Facelets+Javascript http://code.google.com/p/trinidadcomponents/. The problem is from time to time some co-worker or client asks me

CODI Redirect when page load

2012-03-30 Thread José Luis Cetina
CODI 1.0.4 Hi i want to redirect from one page from other page when the first page load. Example: I have to pages pageA and pageB If i do this in @Named (pageA) @PreRenderView public void init(){ vnh.navigateTo(Pageb.class); } i get this message: - Unable to find matching

Re: CODI Redirect when page load

2012-03-30 Thread Gerhard Petracek
hi jose, please try the patch you can find at [1]. (it applies on the current trunk.) regards, gerhard [1] http://people.apache.org/~gpetracek/myfaces/codi/patches/ [2] https://svn.apache.org/repos/asf/myfaces/extensions/cdi/trunk/ http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE

Re: CODI Redirect when page load

2012-03-30 Thread José Luis Cetina
Ouch, do you have a guide how can i do this? 2012/3/30 Gerhard Petracek gerhard.petra...@gmail.com hi jose, please try the patch you can find at [1]. (it applies on the current trunk.) regards, gerhard [1] http://people.apache.org/~gpetracek/myfaces/codi/patches/ [2]

CODI + Weld Error

2012-03-30 Thread José Luis Cetina
Im developing my JSF APP, when i change something in my classes and run again to test i always get this message in the log, but the app is normal Severe: WELD-19 Error destroying an instance Managed Bean [class