[Seasar-user:17503] Re: [Teeda-paging]PagingResultBean<?> pagingResultについいて

Koichi Kobayashi [E-MAIL ADDRESS DELETED]
2009年 5月 22日 (金) 17:00:44 JST


小林 (koichik) です.

Date:    Fri, 22 May 2009 14:41:05 +0900
From:    thomas <[E-MAIL ADDRESS DELETED]>
To:      [E-MAIL ADDRESS DELETED]
Subject: [Seasar-user:17500] Re: [Teeda-paging]PagingResultBean<?> pagingResultについいて

> <?xml version="1.0" encoding="UTF-8"?>

If you want to IE6 to use strict compliance mode 
rather than quirks mode, remove XML declaration.

http://teeda.seasar.org/ja/extension/reference/xhtml.html


> <form id="employeemasterListForm"><br/>
snip
> *<te:include id="tablePages" te:src="/include/pagingInc.html"/>*     *// i
> included pagingInc.html*
> 
> </center>
> </form>

Because pagingInc.html also has a <form> tag,
rendered html has nested <form> tag, but it is wrong.
So, move <te:include> tag to the outside of <form> tag.

<form id="employeemasterListForm"><br/>
snip
</form>
*<te:include id="tablePages" te:src="/include/pagingInc.html"/>*     *// i
included pagingInc.html*


> 
>     public int targetPage;
snip
>      *   empCB.paging(1, targetPage);*

Who sets the targetPage?

Because your sample code was too big and not complete
(no one sets the targetPage field), I could not understand 
the problem.
If you can, make the sample that is a minimum to reproduction.


-- 
<component name="koichik">
    <property name="fullName">"Koichi Kobayashi"</property>
    <property name="email">"[E-MAIL ADDRESS DELETED]"</property>
    <property name="blog">"http://d.hatena.ne.jp/koichik"</property>
</component>



Seasar-user メーリングリストの案内