Which scope are you putting them into?  DisplayTag doesn't have access
to the Struts ValueStack scope.
  (*Chris*)

On Mon, Apr 7, 2008 at 1:25 PM, Raghuveer Kumarakrishnan
<[EMAIL PROTECTED]> wrote:
> Chris,
>
> Thanks for your reply
>
> This is what I have in the jsp
>
> <display:table name="events" sort="external" defaultsort="1" pagesize="25"
> requestURI="Events.action" partialList="true" size="resultSize">
> <display:column....
> <display:column....
> <display:column....
> </display:table>
>
>
> where "events" is a java.util.List , resultSize is determined by a dao and
> both these variables are set in scope by a Struts2 action .(The app uses
> displaytag,struts2 and hibernate)
>
>
> Thanks,
> Raghu
>
>
> Chris Pratt <[EMAIL PROTECTED]> wrote:
> I believe those numbers come from the getPageNumber() and
> getObjectsPerPage() methods on your PaginatedList.
> (*Chris*)
>
> On Mon, Apr 7, 2008 at 11:29 AM, Raghuveer Kumarakrishnan
>
> wrote:
> > Hi,
> >
> > When using external pagination and partial list the banner displaying the
> > summary is always displaying it as if it is on the frst page.
> >
> > For example : if there total size=500, and page size =10
> >
> > page 1: displays 500 items found, displaying 1 to 10.
> > page 2: displays 500 items found, displaying 1 to 10.(you would expect
> > ....displaying 11-20)
> > page 3: displays 500 items found, displaying 1 to 10.(you would expect
> > ....displaying 21-30)
> >
> > The results are properly displaying only this banner information is wrong.
> >
> > I tried googling,looks like it is a known bug.
> >
> > I am using displaytag 1.1.1
> >
> > Does anyone have a work around/fix for this problem
> >
> >
> > Thanks,
> > Raghu
> >
> > A Goal .......... Is a Dream with a Deadline
> >
> > ________________________________
> > You rock. That's why Blockbuster's offering you one month of Blockbuster
> > Total Access, No Cost.
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
> > Register now and save $200. Hurry, offer ends at 11:59 p.m.,
> > Monday, April 7! Use priority code J8TLD2.
> >
> >
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> > _______________________________________________
> > displaytag-user mailing list
> > displaytag-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/displaytag-user
> >
> >
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
> Register now and save $200. Hurry, offer ends at 11:59 p.m.,
> Monday, April 7! Use priority code J8TLD2.
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> _______________________________________________
> displaytag-user mailing list
> displaytag-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/displaytag-user
>
>
>
>
> A Goal .......... Is a Dream with a Deadline
>
>  ________________________________
> You rock. That's why Blockbuster's offering you one month of Blockbuster
> Total Access, No Cost.
> -------------------------------------------------------------------------
>  This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
>  Register now and save $200. Hurry, offer ends at 11:59 p.m.,
>  Monday, April 7! Use priority code J8TLD2.
>
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> _______________________________________________
>  displaytag-user mailing list
>  displaytag-user@lists.sourceforge.net
>  https://lists.sourceforge.net/lists/listinfo/displaytag-user
>
>

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to