You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by samju <ju...@netscape.net> on 2007/06/25 15:32:25 UTC

pprPanelGroup ajax-request error

i got this:An unexpected error occured during an ajax-request page has been
fully submitted!

i am using IE and Shale. 
<s:pprPanelGroup id="updatetable" periodicalUpdate="5000" >
<t:dataTable value="#{dialogScope.initialData}" 
preserveDataModel="false" renderedIfEmpty="false" rowId="#{result.id}" 
binding="#{Sworker.doworkonID}" >
.......
</dataTable>
<s:pprPanelGroup>
what realy happen: when navigate to the blaa.jsp the ajax-request is working
for the given periodicalUpdate="5000" and the result of it is the Error
above.(the error appear periodicaly!! )

1.so what to do?
2.where had the page been fully submitted?

Sam
-- 
View this message in context: http://www.nabble.com/pprPanelGroup-ajax-request-error-tf3976160.html#a11286738
Sent from the MyFaces - Users mailing list archive at Nabble.com.


Re: pprPanelGroup ajax-request error

Posted by samju <ju...@netscape.net>.
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/myfaces/nightly/
> 
> It would also be good to put
> 
> log4j.logger.org.apache.myfaces=DEBUG
> 
> in your log4jconfig to see what really happened.
> 
> Alternativly you can also attach the sources which are also
> available under the address above and step through the
> PPRPhaseListener in the Debugger to find out on your own
> 
> best wishes
> 
> Ernst
> 
> 
> On 6/26/07, samju <ju...@netscape.net> wrote:
>>
>> 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 the
>> ppr
>> Engine?
>> 2.which steps have i to follow for using the ppr?
>> 3.which jars version (tomhw, sandb,myFacs )?
>>
>> regards, Sam
>>
>>
>>
>>
>> Ernst Fastl wrote:
>> >
>> > 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 <ju...@netscape.net> wrote:
>> >>
>> >> i got this:An unexpected error occured during an ajax-request page has
>> >> been
>> >> fully submitted!
>> >>
>> >> i am using IE and Shale.
>> >> <s:pprPanelGroup id="updatetable" periodicalUpdate="5000" >
>> >> <t:dataTable value="#{dialogScope.initialData}"
>> >> preserveDataModel="false" renderedIfEmpty="false" rowId="#{result.id}"
>> >> binding="#{Sworker.doworkonID}" >
>> >> .......
>> >> </dataTable>
>> >> <s:pprPanelGroup>
>> >> what realy happen: when navigate to the blaa.jsp the ajax-request is
>> >> working
>> >> for the given periodicalUpdate="5000" and the result of it is the
>> Error
>> >> above.(the error appear periodicaly!! )
>> >>
>> >> 1.so what to do?
>> >> 2.where had the page been fully submitted?
>> >>
>> >> Sam
>> >> --
>> >> View this message in context:
>> >>
>> http://www.nabble.com/pprPanelGroup-ajax-request-error-tf3976160.html#a11286738
>> >> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>> >>
>> >>
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/pprPanelGroup-ajax-request-error-tf3976160.html#a11296647
>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>
>>
> 
> 

-- 
View this message in context: http://www.nabble.com/pprPanelGroup-ajax-request-error-tf3976160.html#a11339834
Sent from the MyFaces - Users mailing list archive at Nabble.com.


Re: pprPanelGroup ajax-request error

Posted by Ernst Fastl <er...@gmail.com>.
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 really happened.

Alternativly you can also attach the sources which are also
available under the address above and step through the
PPRPhaseListener in the Debugger to find out on your own

best wishes

Ernst


On 6/26/07, samju <ju...@netscape.net> wrote:
>
> 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 the ppr
> Engine?
> 2.which steps have i to follow for using the ppr?
> 3.which jars version (tomhw, sandb,myFacs )?
>
> regards, Sam
>
>
>
>
> Ernst Fastl wrote:
> >
> > 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 <ju...@netscape.net> wrote:
> >>
> >> i got this:An unexpected error occured during an ajax-request page has
> >> been
> >> fully submitted!
> >>
> >> i am using IE and Shale.
> >> <s:pprPanelGroup id="updatetable" periodicalUpdate="5000" >
> >> <t:dataTable value="#{dialogScope.initialData}"
> >> preserveDataModel="false" renderedIfEmpty="false" rowId="#{result.id}"
> >> binding="#{Sworker.doworkonID}" >
> >> .......
> >> </dataTable>
> >> <s:pprPanelGroup>
> >> what realy happen: when navigate to the blaa.jsp the ajax-request is
> >> working
> >> for the given periodicalUpdate="5000" and the result of it is the Error
> >> above.(the error appear periodicaly!! )
> >>
> >> 1.so what to do?
> >> 2.where had the page been fully submitted?
> >>
> >> Sam
> >> --
> >> View this message in context:
> >> http://www.nabble.com/pprPanelGroup-ajax-request-error-tf3976160.html#a11286738
> >> Sent from the MyFaces - Users mailing list archive at Nabble.com.
> >>
> >>
> >
> >
>
> --
> View this message in context: http://www.nabble.com/pprPanelGroup-ajax-request-error-tf3976160.html#a11296647
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>
>

Re: pprPanelGroup ajax-request error

Posted by samju <ju...@netscape.net>.
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 the ppr
Engine? 
2.which steps have i to follow for using the ppr?
3.which jars version (tomhw, sandb,myFacs )?

regards, Sam

 


Ernst Fastl wrote:
> 
> 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 <ju...@netscape.net> wrote:
>>
>> i got this:An unexpected error occured during an ajax-request page has
>> been
>> fully submitted!
>>
>> i am using IE and Shale.
>> <s:pprPanelGroup id="updatetable" periodicalUpdate="5000" >
>> <t:dataTable value="#{dialogScope.initialData}"
>> preserveDataModel="false" renderedIfEmpty="false" rowId="#{result.id}"
>> binding="#{Sworker.doworkonID}" >
>> .......
>> </dataTable>
>> <s:pprPanelGroup>
>> what realy happen: when navigate to the blaa.jsp the ajax-request is
>> working
>> for the given periodicalUpdate="5000" and the result of it is the Error
>> above.(the error appear periodicaly!! )
>>
>> 1.so what to do?
>> 2.where had the page been fully submitted?
>>
>> Sam
>> --
>> View this message in context:
>> http://www.nabble.com/pprPanelGroup-ajax-request-error-tf3976160.html#a11286738
>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>
>>
> 
> 

-- 
View this message in context: http://www.nabble.com/pprPanelGroup-ajax-request-error-tf3976160.html#a11296647
Sent from the MyFaces - Users mailing list archive at Nabble.com.


Re: pprPanelGroup ajax-request error

Posted by Ernst Fastl <er...@gmail.com>.
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 <ju...@netscape.net> wrote:
>
> i got this:An unexpected error occured during an ajax-request page has been
> fully submitted!
>
> i am using IE and Shale.
> <s:pprPanelGroup id="updatetable" periodicalUpdate="5000" >
> <t:dataTable value="#{dialogScope.initialData}"
> preserveDataModel="false" renderedIfEmpty="false" rowId="#{result.id}"
> binding="#{Sworker.doworkonID}" >
> .......
> </dataTable>
> <s:pprPanelGroup>
> what realy happen: when navigate to the blaa.jsp the ajax-request is working
> for the given periodicalUpdate="5000" and the result of it is the Error
> above.(the error appear periodicaly!! )
>
> 1.so what to do?
> 2.where had the page been fully submitted?
>
> Sam
> --
> View this message in context: http://www.nabble.com/pprPanelGroup-ajax-request-error-tf3976160.html#a11286738
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>
>