BBJSP JSON:Param Tag (Deprecated)

The BBJSP system is deprecated. For new development, use BBxServlet.

Description

In BBj 17.0 and higher, this tag can be used in a BBJSP Page to specify parameters of the parent <JSON.Query> tag.

Attributes

Attribute Name

Description

Required

Expression

Data Type

type

The type of data

false

false

String

value

The parameter value

true

false

String

Remarks

None.

Example

<%@ 
taglib uri='/WEB-CFG/tld/json.tld' prefix='j' %>
<j:query datasource='ChileCompany' sql="select * from STATE where code=?">
<j:param value='NM' />
</j:query>

See Also

BBJSP

JSON Tag Library

<JSON.Query>