Re: PPRPanelGroup

2007-02-22 Thread Gerald Müllan
Hi, you have to register every component which should fire a ppr-request. This can be done in an exactly manner via the "partialTriggers" attribute: E.g. id of a commandButton is "nextWizardStep"; Consequently if going to the next wizard step should occur via a ppr-request (the whole wizard page

RE: PPRPanelGroup

2007-02-26 Thread Oellien, F \(Frank\)
ond PPRPanelGroup 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, >

Re: PPRPanelGroup

2007-02-28 Thread Gerald Müllan
and link -> OK, Ajax Second PPRPanelGroup 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 > &

RE: PPRPanelGroup

2007-03-01 Thread Oellien, F \(Frank\)
ail have 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 > > H

Re: PPRPanelGroup

2007-03-02 Thread Gerald Müllan
the resource error messages from the beginning of this mail have 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 >

RE: PPRPanelGroup

2007-03-02 Thread Oellien, F \(Frank\)
s Discussion > Subject: 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&q

RE: PPRPanelGroup - Additional Info

2007-02-26 Thread Oellien, F \(Frank\)
Error: 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 h

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. Regar

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 PROTECT

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 t

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 what

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: > > http://people.apache.org/builds/myface

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 parti

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 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ł 'G

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