Tag: Param
Maybe your like
Develop > Presentation layer > WebSphere Commerce foundation tag library
Tag: param
The param tag adds a named parameter value to the parent tag. The param tag can be specified as a sub-tag of getData.
| Tag Information | |
|---|---|
| Body Content | None |
| Display Name | None |
| Attributes | ||||
|---|---|---|---|---|
| Name | Required | Request-time | Type | Description |
| name | true | true | java.lang.String | The name of the parameter. |
| value | true | true | java.lang.String | The parameter value. |
| Variables |
|---|
| No Variables Defined. |
Example
The following example gets the order object that represents the current shopping cart and assigns it to a variable called "order".
<wcf:getData type="com.ibm.commerce.order.facade.datatypes.OrderType"var="order" expressionBuilder="findCurrentShoppingCart"> <wcf:contextData name="storeId" data="10001" /> <wcf:param name="accessProfile" value="WC_OrderDetailsProfile" /> </wcf:getData>
Related reference
WebSphere Commerce foundation tag library
+
Search Tips | Advanced Search
Tag » Com.ibm.commerce.order.facade.datatypes.ordertype
-
OrderType
-
Package Com.merce.order.facade.datatypes
-
Sample Code To Get Order Details And Person ... - WCS : Learning
-
Tag: ContextData
-
Wcs76fp5/get-data-config.xml At Master - GitHub
-
WebSphere® Commerce - Version 7, Feature Pack 5 Or - IBM
-
How To Extend An SOI Service With UserData - WCS Tips
-
Pass An Extra Parameter To Store Custom Data While Add To ... - WCS
-
Sans Titre
-
How To Call Facade From The Command - Stack Overflow
-
Wcf:getData Tag Demystified | Marco Fabbri's Blog
-
Building Multichannel Applications With WebSphere Commerce ...