Quantcast
Viewing all articles
Browse latest Browse all 9076

Re: Set filter criteria on page 1 for page 2 OData model - "best practice"?

Hi Denise,


It seems you're using named Models, "odata" , "dataModel". To bind a named model to a list items, you'll have to do namedModel >/Path. Say if you wanna bind the model odata to list, it would be

 

<List    id="list"  
 select="handleListSelect"    items="{odata>/tabWorkstep_Status}"  >  

Regards

Sakthivel


Viewing all articles
Browse latest Browse all 9076

Trending Articles