Hello Alf,

just tested with http://myfaces.apache.org/tobago/demo.html in IE6 but
Linux. Found no issue.

Can you test the sheet with the online demo, please.

Please clear all caches in IE.

Regards

Bernd

On Tue, Sep 8, 2009 at 5:58 PM, Alf Felis<[email protected]> wrote:
> 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?).
>
> Tabago Version: 1.0.22
> MyFaces: 1.1.6
> IE Version: 6
>
> 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.
>
> I already opened a Bug report in JIRA: TOBAGO-788
> But no answer so far :(
>
>
> Thanks for your help :)
>
> Alf
>
>
> My simple testpage:
>
> <%@ taglib uri="http://myfaces.apache.org/tobago/component"; prefix="tc"%>
> <%@ taglib uri="http://java.sun.com/jsf/core"; prefix="f"%>
>
> <f:view>
> <tc:page width="400" height="300">
> <tc:sheet var="var"
> value="#{tobagoTestBean.data}"
> showPageRange="right"
> showRowRange="left"
> rows="25">
> <tc:column label="Col">
> <tc:out value="#{var}" />
> </tc:column>
> </tc:sheet>
> </tc:page>
> </f:view>
>
> The test bean only provides a list of 100 strings.
>
> --
> Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3 -
> sicherer, schneller und einfacher! http://portal.gmx.net/de/go/chbrowser
>

Reply via email to