Re: [jira] Commented: (MYFACES-1714) submitted (or local) values are not erasable after conversion or validation error

2007-09-28 Thread Zied Hamdi
Yes Volker, It's surely a good candidate for a common project: I started with a4j and fastly gave up: no JSF Lifecycle, I had to use json to communicate with components, a real nightmare. For me, the two most important added values of Tobago are: - native JSF lifecycle and component approch wit

Re: [jira] Commented: (MYFACES-1714) submitted (or local) values are not erasable after conversion or validation error

2007-09-27 Thread Matthias Wessendorf
I agree with volker. -Matthias On 9/25/07, Volker Weber <[EMAIL PROTECTED]> wrote: > Hi, > > just to put my 2¢ here and to show the advantages of tobago ;-) > > In tobago the ajax requests are full integrated into the lifecycle. > We did this by taking and extending a copy of the Lifecycle impl f

Re: [jira] Commented: (MYFACES-1714) submitted (or local) values are not erasable after conversion or validation error

2007-09-25 Thread Volker Weber
Hi, just to put my 2¢ here and to show the advantages of tobago ;-) In tobago the ajax requests are full integrated into the lifecycle. We did this by taking and extending a copy of the Lifecycle impl from myfaces. All phases are execuded as on normal requests execpt the process* methods are not

Re: [jira] Commented: (MYFACES-1714) submitted (or local) values are not erasable after conversion or validation error

2007-09-25 Thread Mario Ivankovits
Hi! I am just curious which ajax framework do you use/recommend? It is not meant as a recommendation, I have no further experience with other ajax frameworks. I use the pprPanelGroup from tomahawk-sandbox. Compared to the other ajax frameworks the pprPanelGroup might be too limited, don't k

RE: [jira] Commented: (MYFACES-1714) submitted (or local) values are not erasable after conversion or validation error

2007-09-25 Thread Michael Heinen
. September 2007 17:11 To: MyFaces Discussion Subject: Re: [jira] Commented: (MYFACES-1714) submitted (or local) values are not erasable after conversion or validation error Michael, The problem that you are having isn't a JSF problem, and really isn't a problem or bug at all. You have cho

Re: [jira] Commented: (MYFACES-1714) submitted (or local) values are not erasable after conversion or validation error

2007-09-25 Thread Andrew Robinson
Michael, The problem that you are having isn't a JSF problem, and really isn't a problem or bug at all. You have chosen to use A4J region and ajaxSingle=true. By doing so, you have chosen to "break" the JSF lifecycle. By bypassing the normal decode and rendering of the JSF components (especially w