Home > Contents > Index >
cart:geterrors
Obtains the cart parameter errors reported the last time the cart was checked.
Syntax
<cart:geterrors name="cartname
" [storeid="storeid
"] listvarname="listname
"/>Parameters
name
(required)- Input parameter. Name of the cart object.
storeid
(optional)- Input parameter. ID of the store for which errors should be retrieved, if the cart represents more than one store. If unspecified, errors for all stores are retrieved.
listvarname
(required)- Input and output parameter. As input, name of the list to create on output with the error information. This list has three columns:
field
- Name of the parameter with which the error is associated.description
- Locale-specific error text.errorcode
- Integer corresponding to the error condition.
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.