Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7812219
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T04:26:17+00:00 2026-06-02T04:26:17+00:00

What I am trying to do is load store with params like below so

  • 0

What I am trying to do is load store with params like below so I only get the first ten items of my store.

app.stores.actualites.load({
    params : {
         start:0,
         limit:10,
    },
    callback : function(records, operation, success) {
         app.loadmask.hide();
    }
});     

But this is not working, it returns all the 18 store items.

If I put the start param to 1, it will return 17 items, so this param is working but not the other.

Update : Store code

app.stores.actualites = new Ext.data.Store({
    model: 'app.models.Actualites',
    proxy: {
        type: 'ajax',
        url: app.stores.baseAjaxURL + '&jspPage=%2Fajax%2FlistActualites.jsp',
        reader: {
            type: 'json',
            root: 'actualite',
            successProperty: 'success',
            totalProperty: 'total',
            idProperty: 'blogEntryInfosId'
        }
    }
});

The weird thing here is when I try the URL in a browser and add &start=0&limit=1 it works just fine…

Update : Try with extraParams

I also tried to do it with extraParams but this still doesn’t work

app.stores.actualites.getProxy().extraParams.start = 1;
app.stores.actualites.getProxy().extraParams.limit = 2;
app.stores.actualites.load({
    callback : function(records, operation, success) {
        app.loadmask.hide();
    }
});
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T04:26:18+00:00Added an answer on June 2, 2026 at 4:26 am

    This might sound weird, but I changed to name of the param ‘limit’ to ‘stop’ both on the client and the server and it worked…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to load a store into a Select field in sencha touch 2.0
I'm trying to load a model to add dirty data to the store, but
I am trying to load a very basic XML document but everytime I get
I am trying to load a json store when I click on a particular
I was looking for something like 'load' listener of store in Extjs 4, but
I am trying to re-load data into the Store which is further used by
Here on page load i am trying to store the values from form to
I am trying to load a list of ordered items from the server and
I am trying to load a xml file to my app and show it
I am trying to get Magento to set product attribute values on store views

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.