You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Jacopo Cappellato <ja...@gmail.com> on 2008/06/17 10:28:18 UTC

Pagination error in the Catalog->Store->Emails screen

Hi,

if you try to use the drop down to go to the second page in this list:

https://localhost:8443/catalog/control/EditProductStoreEmails?productStoreId=9000

you will get a blank page; if you use the Next and Previous links  
everything works fine.

The reason is that the URL for the drop down target is:

https://localhost:8443/EditProductStoreEmails?productStoreId=9000&VIEW_SIZE=10&VIEW_INDEX=1

instead of:

https://localhost:8443/catalog/control/EditProductStoreEmails?productStoreId=9000&VIEW_SIZE=10&VIEW_INDEX=1

Jacopo


Re: Pagination error in the Catalog->Store->Emails screen

Posted by Adrian Crum <ad...@hlmksw.com>.
Fixed, rev 668696.

Jacopo Cappellato wrote:
> Hi,
> 
> if you try to use the drop down to go to the second page in this list:
> 
> https://localhost:8443/catalog/control/EditProductStoreEmails?productStoreId=9000 
> 
> 
> you will get a blank page; if you use the Next and Previous links 
> everything works fine.
> 
> The reason is that the URL for the drop down target is:
> 
> https://localhost:8443/EditProductStoreEmails?productStoreId=9000&VIEW_SIZE=10&VIEW_INDEX=1 
> 
> 
> instead of:
> 
> https://localhost:8443/catalog/control/EditProductStoreEmails?productStoreId=9000&VIEW_SIZE=10&VIEW_INDEX=1 
> 
> 
> Jacopo
> 
>