WC Core Tag Library
Tag setCommandContextProperty


Helper tag that sets properties on a batch command. These properties will be available to command implementation classes via the CommandContext object. This tag can be nested within a parent or tag. Alternatively, the command context to configure can be specified using the target attribute.


Tag Information
Tag Classcom.ptc.core.components.tags.core.SetCommandContextPropertyTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
targetfalsetruecom.ptc.core.components.util.CommandContextThe CommandContext to set the property on. If not specified, then the tag must be nested within a supported parent tag.
keytruetruejava.lang.ObjectThe key for the property in the CommandContext's property map.
valuetruetruejava.lang.ObjectThe value for the property in the CommandContext's property map.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.