|
Posted 5/29/2009 7:30:06 AM
|
|
|
|
| OK, I think we may b retarded here and have overlooked something. We are unable to get multiple items to display on a page. We get one item per page, and navigation links for a boatload of pages. Any suggestions? 
TIA, Fred McCoy
|
|
Posted 5/29/2009 7:38:27 AM
|
|
|
|
| just a quick thought, Is it because you have set the number of items to display to one per page look at application Configureation: Default_Productpagesize (defualt is 20) or Default_Categorypagesize (defualt is 20)
|
|
Posted 5/29/2009 9:41:02 AM
|
|
|
|
| Nope, that's not the issue. I even tried setting those to 100 to see if anything changed, but got nowhere. Thanks for the thought, tho. Fred
|
|
Posted 5/30/2009 1:39:53 PM
|
|
|
|
| Found it. For some reason the XML package for the entity had the size set to 1 when it should have been NULL. IS strikes again.... Fred
|
|
Posted 6/4/2009 11:38:22 AM
|
|
|
|
| Thanks, Fred, for finding the solution to the problem. Further notes for everyone else with this issue: The actual XML file is entity.grid.xml.config The line to change is @pagesize = 1 to @pagesize = null (the null can also be a fixed number like 4, 10, 12, 20, any number)
Terry Palmer Professional Service Manager Dimesoft Business Solutions tpalmer@dimesoftinc.com
|
|
Posted 7/7/2009 6:15:31 PM
|
|
|
|
|
|
|
|