Develop > Presentation layer > Customize WebSphere Commerce Accelerator, Organization Administration Console, or Administration Console > Tools framework > Dynamic lists
Use view filters
Instead of specifying a views parameter in the URL of the scroll control command, you can specify each view in the action XML file.
To specify a view filter, place a node in the action XML file as follows:
<action ...> ... ... <view name="sampleList1" actionFile="common.sampleListSC"/> </action>
the attributes within the code sample have the following meaning:
- name
- the key to the resource bundle for the name of the view.
- actionFile
- identifies the XML file which defines the view.
Related concepts
Related reference