Home > Contents > Index >
Template Tags TOC   |    Alpha TOC   |    Tag Family TOC   |    Purpose TOC   |    Annotated TOC   |    Index 

 

proxy:createstore

Initializes a new store.

Syntax

Parameters

store (required)
An arbitrary string designating the data store.

Description

This tag is meant to be used together with the proxy:addstoreitem and proxy:tojson tags.
These utility tags simplify the generation of json data which can be consumed by compliant dojo widgets, such as the data grid widget used to render search results..

Example

<%-- initialize a data store --%>
<proxy:createstore store="assets" />

<%-- add an item to the store --%>
<proxy:addstoreitem store="assets" ... />

<%-- serialize to json --%>
<proxy:tojson store="assets" />

See Also

proxy:addstoreitem
proxy:tojson
proxy:register

  Home > Contents > Index >

Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.