Re: pprPanelGroup - can it submit only a single form element?

2007-10-25 Thread Ernst Fastl
Hello Tara, Currently the pprPanelGroup only supports full form submissions. Using a datascroller to only show for instance 10 rows per page should help to speed up the process. I don't know if thats possible in your case. If you need to display all the rows at once you could update both totals

Re: pprPanelGroup id(event) not working

2007-07-14 Thread Martin Marinschek
Yes, it should be implemented already. Did you deploy the examples - did it work for you there? regards, Martin On 7/14/07, Michał 'Gandalf' Stawicki [EMAIL PROTECTED] wrote: I have found example: http://example.irian.at/example-sandbox-20070714/pprPanelGroupOnChange.jsf.source I'm using

Re: pprPanelGroup - commandLink vs. commandButton

2007-07-14 Thread Michał 'Gandalf' Stawicki
Wrong again :( It works like this: when I first open the page, and press the button, the page is submitted. Then, after submitting page using this button, PPR works fine. On 14/07/07, Michał 'Gandalf' Stawicki [EMAIL PROTECTED] wrote: This works as expected: clicking commandLink couses

Re: pprPanelGroup id(event) not working

2007-07-14 Thread Michał 'Gandalf' Stawicki
Any idea where I could download these examples? They are not included in tomahawk-examples regards, On 14/07/07, Martin Marinschek [EMAIL PROTECTED] wrote: Yes, it should be implemented already. Did you deploy the examples - did it work for you there? regards, Martin On 7/14/07, Michał

Re: pprPanelGroup ajax-request error

2007-06-28 Thread samju
ok i will take a look at it.Thanks a lot for the additional information! Sam Ernst Fastl wrote: There have been some issues with PPR in combination with datatables lately. Try using the latest nightly build of the sandbox 1.1.6. available on:

Re: pprPanelGroup ajax-request error

2007-06-27 Thread Ernst Fastl
There have been some issues with PPR in combination with datatables lately. Try using the latest nightly build of the sandbox 1.1.6. available on: http://people.apache.org/builds/myfaces/nightly/ It would also be good to put log4j.logger.org.apache.myfaces=DEBUG in your log4jconfig to see

Re: pprPanelGroup ajax-request error

2007-06-25 Thread Ernst Fastl
Hi, When an error occurs during processing a PPR request the PPR engine submits the form in order to enable the application to show a proper error page. Have you checked your server log for any exceptions which occur during the partial requests? regards Ernst On 6/25/07, samju [EMAIL

Re: pprPanelGroup ajax-request error

2007-06-25 Thread samju
Hi, no log file anymore:-) i will try to reconstruct the error and take a look on it and report back! i think the Error is to be due to misconfiguration that i done. i am missing something that ppr engine needs to work properly. 1.is it necessary to use the dataTable *Value* to comminucate with

Re: PPRPanelGroup in tomahawk 1.1.5

2007-05-30 Thread Martin Marinschek
Hi Michael, pprPanelGroup is still in the sandbox. regards, Martin On 5/30/07, Michael Bauschert [EMAIL PROTECTED] wrote: Hi, i read something about the PPRPanelGroup in the tomahawk 1.1.5 changelog. If i look at the sample or at the the tomahawk-tld i can't find more informations.

Re: pprPanelGroup for commandButton

2007-05-03 Thread Matthias Wessendorf
that is a bug, there is a issue: https://issues.apache.org/jira/browse/TOMAHAWK-969 Ernst is working on it -M On 5/3/07, Dave [EMAIL PROTECTED] wrote: s:pprPanelGroup id=PPR partialTriggers=submitButton h:outputText value=#{bean.text}/ /s:pprPanelGroup t:commandButton id=submitButton

Re: PPRPanelGroup

2007-03-02 Thread Gerald Müllan
disappeared. Which kind of configuration changes in the web.xml file have this influence? Frank -Original Message- From: Gerald Müllan [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 28. Februar 2007 11:33 To: MyFaces Discussion Subject: Re: PPRPanelGroup Hi, i think you mean

RE: PPRPanelGroup

2007-03-02 Thread Oellien, F \(Frank\)
: Re: PPRPanelGroup Have you set the parameter org.apache.myfaces.SERIALIZE_STATE_IN_SESSION before to false? The default is true by the way. Maybe the example bean requires to be serialized. The above three SCHWERWIEGEND error logs don`t matter, they are common since a few months

Re: PPRPanelGroup

2007-02-28 Thread Gerald Müllan
Button - Request/Page Refresh Any explanation for that? Frank -Original Message- From: Gerald Müllan [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 22. Februar 2007 17:26 To: MyFaces Discussion Subject: Re: PPRPanelGroup Hi, you have to register every component which should fire a ppr

RE: PPRPanelGroup

2007-02-26 Thread Oellien, F \(Frank\)
- Request/Page Refresh Any explanation for that? Frank -Original Message- From: Gerald Müllan [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 22. Februar 2007 17:26 To: MyFaces Discussion Subject: Re: PPRPanelGroup Hi, you have to register every component which should fire a ppr-request

RE: PPRPanelGroup - Additional Info

2007-02-26 Thread Oellien, F \(Frank\)
: 500 Internal Server Error Frank -Original Message- From: Oellien, F (Frank) [mailto:[EMAIL PROTECTED] Sent: Montag, 26. Februar 2007 13:27 To: MyFaces Discussion Subject: RE: PPRPanelGroup Hello, That is what I have done so far. I have tried both 1.1.4 and 1.1.5 in a new web