Re: [Trinidad] 1.0.11 release candidate - please test

2009-08-26 Thread Paul Mander
Thanks Matthias, We have a 1.0.x application (WebSphere 6.1, myfaces 1.1.15). I'll run through the app and let you know. Matthias Wessendorf-4 wrote: Hi folks, has been a while since the last 1.0.x release. After some initial issue I was able to get a _working_ build. While this

Re: [Trinidad] 1.0.11 release candidate - please test

2009-08-26 Thread Rafa Pérez
We also have an 1.0.x application, will let you know... Thanks Matthias. On Wed, Aug 26, 2009 at 9:21 AM, Paul Mander paul.s.man...@gmail.comwrote: Thanks Matthias, We have a 1.0.x application (WebSphere 6.1, myfaces 1.1.15). I'll run through the app and let you know. Matthias

Re: how to detect if a request is a ajax submit or normal submit?

2009-08-26 Thread Werner Punz
Dave schrieb: We use jsf ri, tomahawk and ajax4jsf. For a request, on server side how to detect whether the request is a ajax submit or normal submit? Is there a HTTP header for this? Thanks In pre jsf 2.0 this is framework dependend, usually a request param is sent which marks the

Re: [Trinidad] 1.0.11 release candidate - please test

2009-08-26 Thread Paul Mander
Application functions as expected. Checked TRINIDAD-992 TRINIDAD-1317 TRINIDAD-790 (fixed in 1.0.9) TRINIDAD-1209 (fixed in 1.0.9) from our custom 1.0.7 release. Does not fix TRINIDAD-941/1071 (but i didn't expect it to) - tested 1071 fix and it seems to fix these problems - would have been

Re: [Trinidad] 1.0.11 release candidate - please test

2009-08-26 Thread Matthias Wessendorf
On Wed, Aug 26, 2009 at 10:08 AM, Paul Manderpaul.s.man...@gmail.com wrote: Application functions as expected. Checked TRINIDAD-992 TRINIDAD-1317 TRINIDAD-790 (fixed in 1.0.9) TRINIDAD-1209 (fixed in 1.0.9) from our custom 1.0.7 release. thanks for helping out, Paul! Does not fix

Re: how to detect if a request is a ajax submit or normal submit?

2009-08-26 Thread Werner Punz
Werner Punz schrieb: Dave schrieb: We use jsf ri, tomahawk and ajax4jsf. For a request, on server side how to detect whether the request is a ajax submit or normal submit? Is there a HTTP header for this? Thanks In pre jsf 2.0 this is framework dependend, usually a request param is

Re: [Trinidad] 1.0.11 release candidate - please test

2009-08-26 Thread Paul Mander
Matthias Wessendorf-4 wrote: On Wed, Aug 26, 2009 at 10:08 AM, Paul Manderpaul.s.man...@gmail.com wrote: Application functions as expected. Checked TRINIDAD-992 TRINIDAD-1317 TRINIDAD-790 (fixed in 1.0.9) TRINIDAD-1209 (fixed in 1.0.9) from our custom 1.0.7 release. thanks for

Re: [Trinidad] 1.0.11 release candidate - please test

2009-08-26 Thread Matthias Wessendorf
On Wed, Aug 26, 2009 at 10:30 AM, Paul Manderpaul.s.man...@gmail.com wrote: Matthias Wessendorf-4 wrote: On Wed, Aug 26, 2009 at 10:08 AM, Paul Manderpaul.s.man...@gmail.com wrote: Application functions as expected. Checked TRINIDAD-992 TRINIDAD-1317 TRINIDAD-790 (fixed in 1.0.9)

Re: [Trinidad] 1.0.11 release candidate - please test

2009-08-26 Thread Rafa Pérez
Everything seems to be ok with our application. Regards, -- Rafa On Wed, Aug 26, 2009 at 10:33 AM, Matthias Wessendorf mat...@apache.orgwrote: On Wed, Aug 26, 2009 at 10:30 AM, Paul Manderpaul.s.man...@gmail.com wrote: Matthias Wessendorf-4 wrote: On Wed, Aug 26, 2009 at 10:08 AM,

Re: [Trinidad] 1.0.11 release candidate - please test

2009-08-26 Thread Paul Mander
It appears that this class hasn't changed since the fix was provided. The change is to introduce a new method: private void _renderShowComboBoxScriptForIE6(FacesContext context, RenderingContextarc, FacesBean bean, String baseId)

Re: [Trinidad] 1.0.11 release candidate - please test

2009-08-26 Thread Matthias Wessendorf
ok, I will handle it, maybe already for 1.0.11. Thanks for your help. I am keeping this testing mode open for the rest of the week, so that we can hit the VOTE next week. Which means by end-of-next-week there should be a 1.0.11 out -Matthias On Wed, Aug 26, 2009 at 12:24 PM, Paul

value in SessionScope ist lost after a redirect on Safari

2009-08-26 Thread Georg Füchsle
Hallo! For starting my application the User asks for a special start-url. During the render-phase at a request for this start-url in a certain case I recognize that the user wants a anonymous logon. In this case I set value of a session bean 'mbUser.name=anonymous' and forward the user to

Re: JSF recalls datatable on POST

2009-08-26 Thread Gerhard Petracek
hi, that's a given behaviour. generally spoken: you don't know how often a component invokes your getter methods. you will find a lot of possible solutions. e.g. there is a myfaces sub-project which provides a solution (the view-controller provided by orchestra [1]). (or you use

Exception in weblogic9.2 Eclipse 3.4 debug mode

2009-08-26 Thread sougata bhattacharya
Hello All, I am working on Apache Trindad 1.0.4. I have developed my applicationin weblogic 9.2 and using eclipse GANYMEDE (3.4.2) IDE for developing my apps. The application is running fine with this environment. But getting the following Exception when I run the server in debug mode. Could you

Re: JSF recalls datatable on POST

2009-08-26 Thread Fırat KÜÇÜK
Thanks Gerhard. 2009/8/27 Gerhard Petracek gerhard.petra...@gmail.com hi, that's a given behaviour. generally spoken: you don't know how often a component invokes your getter methods. you will find a lot of possible solutions. e.g. there is a myfaces sub-project which provides a solution