com.ptc.windchill.enterprise.change2.tags
Class SelectedItemsTag
java.lang.Object
SimpleTagSupport
com.ptc.windchill.enterprise.change2.tags.SelectedItemsTag
public class SelectedItemsTag
- extends SimpleTagSupport
SelectedItemsTag intializes hidden form inputs with values based on where the action to launch the
wizard was launched from. If one or more objects were selected for a particular action the selected objects
will get store in a hidden input fields as oids.
Supported API: true
Extendable: false
|
Method Summary |
void |
doTag()
This method intializes hidden form inputs with values based on where the action to launch the
wizard was launched from. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
doTag
public void doTag()
throws JspException
- This method intializes hidden form inputs with values based on where the action to launch the
wizard was launched from. If one or more objects were selected for a particular action the selected objects
will get store in a hidden input fields as oids.
- Throws:
JspException - Write the error as an exception to the servlet container
Supported API: true
Extendable: false