You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Alf Felis (JIRA)" <de...@myfaces.apache.org> on 2009/08/20 17:30:14 UTC

[jira] Created: (TOBAGO-788) Error using paging (tc:sheet) in IE

Error using paging (tc:sheet) in IE
-----------------------------------

                 Key: TOBAGO-788
                 URL: https://issues.apache.org/jira/browse/TOBAGO-788
             Project: MyFaces Tobago
          Issue Type: Bug
    Affects Versions: 1.0.22
         Environment: IE 6
            Reporter: Alf Felis


Hello,

I'm new to Tobago and I have a problem with sheet paging in IE (FF works!). I think its a bug... possibly its my fault (IE settings?).

When I type a row number to jump to and press enter, I notice, that the server gets multiple requests.

One of the requests from IE seems to be wrong... the parameter "_idJsp0::form-action", which contains the "_idJsp0:_idJsp3:ToRow" entry in the first request, is empty! This request seems to be the problem.

It seems that first the browser shows the correct result (jump to the row; only visible for short) and than reloads the page and jumps back to the "old" view.

Sorry for my english... I hope you understand what I mean :)

Alf

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TOBAGO-788) Error using paging (tc:sheet) in IE

Posted by "Bernd Bohmann (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOBAGO-788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bernd Bohmann resolved TOBAGO-788.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1.0

> Error using paging (tc:sheet) in IE
> -----------------------------------
>
>                 Key: TOBAGO-788
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-788
>             Project: MyFaces Tobago
>          Issue Type: Bug
>    Affects Versions: 1.0.22
>         Environment: IE 6
>            Reporter: Alf Felis
>            Assignee: Bernd Bohmann
>             Fix For: 1.0.24, 1.1.0
>
>         Attachments: TobagoTest.jsp
>
>
> Hello,
> I'm new to Tobago and I have a problem with sheet paging in IE (FF works!). I think its a bug... possibly its my fault (IE settings?).
> When I type a row number to jump to and press enter, I notice, that the server gets multiple requests.
> One of the requests from IE seems to be wrong... the parameter "_idJsp0::form-action", which contains the "_idJsp0:_idJsp3:ToRow" entry in the first request, is empty! This request seems to be the problem.
> It seems that first the browser shows the correct result (jump to the row; only visible for short) and than reloads the page and jumps back to the "old" view.
> Sorry for my english... I hope you understand what I mean :)
> Alf

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TOBAGO-788) Error using paging (tc:sheet) in IE

Posted by "Alf Felis (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12752999#action_12752999 ] 

Alf Felis commented on TOBAGO-788:
----------------------------------

Hello,

I found the problem :)

If I change the column content from

<tc:out value="#{var}" />
      ^^^
to

<tc:in value="#{var}" />
      ^^
everything works fine!!!

But I don't know why a "tc:in" instead of a "tc:out" solves the problem.

If I use multiple tc:out, the error exist... as soon as I add one tc:in, the paging works fine. Possibly a bug?

Regards

Alf


> Error using paging (tc:sheet) in IE
> -----------------------------------
>
>                 Key: TOBAGO-788
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-788
>             Project: MyFaces Tobago
>          Issue Type: Bug
>    Affects Versions: 1.0.22
>         Environment: IE 6
>            Reporter: Alf Felis
>         Attachments: TobagoTest.jsp
>
>
> Hello,
> I'm new to Tobago and I have a problem with sheet paging in IE (FF works!). I think its a bug... possibly its my fault (IE settings?).
> When I type a row number to jump to and press enter, I notice, that the server gets multiple requests.
> One of the requests from IE seems to be wrong... the parameter "_idJsp0::form-action", which contains the "_idJsp0:_idJsp3:ToRow" entry in the first request, is empty! This request seems to be the problem.
> It seems that first the browser shows the correct result (jump to the row; only visible for short) and than reloads the page and jumps back to the "old" view.
> Sorry for my english... I hope you understand what I mean :)
> Alf

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TOBAGO-788) Error using paging (tc:sheet) in IE

Posted by "Alf Felis (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12754111#action_12754111 ] 

Alf Felis commented on TOBAGO-788:
----------------------------------

Hi all,

I tested the fix (myfaces-tobago-1.0.24-SNAPSHOT-dist.zip) and it works
perfectly :)

Many Thanks!!!

Regards

Alf 

> Error using paging (tc:sheet) in IE
> -----------------------------------
>
>                 Key: TOBAGO-788
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-788
>             Project: MyFaces Tobago
>          Issue Type: Bug
>    Affects Versions: 1.0.22
>         Environment: IE 6
>            Reporter: Alf Felis
>            Assignee: Bernd Bohmann
>             Fix For: 1.0.24
>
>         Attachments: TobagoTest.jsp
>
>
> Hello,
> I'm new to Tobago and I have a problem with sheet paging in IE (FF works!). I think its a bug... possibly its my fault (IE settings?).
> When I type a row number to jump to and press enter, I notice, that the server gets multiple requests.
> One of the requests from IE seems to be wrong... the parameter "_idJsp0::form-action", which contains the "_idJsp0:_idJsp3:ToRow" entry in the first request, is empty! This request seems to be the problem.
> It seems that first the browser shows the correct result (jump to the row; only visible for short) and than reloads the page and jumps back to the "old" view.
> Sorry for my english... I hope you understand what I mean :)
> Alf

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Issue Comment Edited: (TOBAGO-788) Error using paging (tc:sheet) in IE

Posted by "Bernd Bohmann (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12753831#action_12753831 ] 

Bernd Bohmann edited comment on TOBAGO-788 at 9/10/09 2:39 PM:
---------------------------------------------------------------

Just commited a fix for this issue. 
Added a dummy input tag to the page see: http://www.thehenrys.net/wp/?p=14

Can you test it with the latest nightly build of 1.0.24, please.

Thanks

      was (Author: bommel):
    Just commited a fix for this issue. 
Added a dummy input tag to the page see: http://www.thehenrys.net/wp/?p=14

Can you test it with the latest nightly build of 1.0.23, please.

Thanks
  
> Error using paging (tc:sheet) in IE
> -----------------------------------
>
>                 Key: TOBAGO-788
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-788
>             Project: MyFaces Tobago
>          Issue Type: Bug
>    Affects Versions: 1.0.22
>         Environment: IE 6
>            Reporter: Alf Felis
>            Assignee: Bernd Bohmann
>             Fix For: 1.0.24
>
>         Attachments: TobagoTest.jsp
>
>
> Hello,
> I'm new to Tobago and I have a problem with sheet paging in IE (FF works!). I think its a bug... possibly its my fault (IE settings?).
> When I type a row number to jump to and press enter, I notice, that the server gets multiple requests.
> One of the requests from IE seems to be wrong... the parameter "_idJsp0::form-action", which contains the "_idJsp0:_idJsp3:ToRow" entry in the first request, is empty! This request seems to be the problem.
> It seems that first the browser shows the correct result (jump to the row; only visible for short) and than reloads the page and jumps back to the "old" view.
> Sorry for my english... I hope you understand what I mean :)
> Alf

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TOBAGO-788) Error using paging (tc:sheet) in IE

Posted by "Bernd Bohmann (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12753831#action_12753831 ] 

Bernd Bohmann commented on TOBAGO-788:
--------------------------------------

Just commited a fix for this issue. 
Added a dummy input tag to the page see: http://www.thehenrys.net/wp/?p=14

Can you test it with the latest nightly build of 1.0.23, please.

Thanks

> Error using paging (tc:sheet) in IE
> -----------------------------------
>
>                 Key: TOBAGO-788
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-788
>             Project: MyFaces Tobago
>          Issue Type: Bug
>    Affects Versions: 1.0.22
>         Environment: IE 6
>            Reporter: Alf Felis
>            Assignee: Bernd Bohmann
>             Fix For: 1.0.23
>
>         Attachments: TobagoTest.jsp
>
>
> Hello,
> I'm new to Tobago and I have a problem with sheet paging in IE (FF works!). I think its a bug... possibly its my fault (IE settings?).
> When I type a row number to jump to and press enter, I notice, that the server gets multiple requests.
> One of the requests from IE seems to be wrong... the parameter "_idJsp0::form-action", which contains the "_idJsp0:_idJsp3:ToRow" entry in the first request, is empty! This request seems to be the problem.
> It seems that first the browser shows the correct result (jump to the row; only visible for short) and than reloads the page and jumps back to the "old" view.
> Sorry for my english... I hope you understand what I mean :)
> Alf

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.