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