On Tue, Jan 18, 2011 at 6:34 AM, Tooobi <tobias.k...@t-systems.com> wrote:

>
> This is the html source code, which was produced by Firefox. Please
> remember,
> the problem occurs only on the Internet Explorer Mobile on the HTC HD2 and
> I'm not able to post this source code.
>

If the source you are generating is different based on the user agent, and
it's failing on one user agent and not another then it's critical that you
debug the source that is breaking.

You can use a plugin for you browser to change your user agent to match that
of the browser on your device.

/index.grid.pager/assets/5.0.18/scriptaculous/effects.js
[INFO] AppModule.TimingFilter request.getPath():
/index.grid.pager/assets/5.0.18/scriptaculous/scriptaculous.js
[INFO] AppModule.TimingFilter request.getPath():
/index.grid.pager/assets/5.0.18/tapestry/tapestry.js

These are the important parts of your log. It seems that somehow you are not
getting redirected back to index after clicking a pager link? Very strange.
You are also using a very old version of Tapestry...

Josh


> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";><html
> xmlns="http://www.w3.org/1999/xhtml";
>
>

Reply via email to