storeDefinition.setFilters(this.filters);
if (this.inline != null && this.inline) {
ORMStoreData storeData = config.getORMPersistenceManager().getStoreData(config);
storeData.setFilters(this.filters);
storeData.setGroupers(this.groupers);
storeData.setLimit(this.pageSize);
storeData.setParams(this.params);
storeData.setSorters(this.sorters);
storeData.setStart(this.start);
storeData.setWhere(this.where);
storeDefinition.setData(storeData.getData());
}
String storeOutput;
if (request.getAttribute("adaptrex_touch") == null) {
storeOutput = "<script type='text/javascript'>\n" +