-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 5.2 EE SP2 (5.2.6)
-
Fix Version/s: 5.2 EE SP3 (5.2.7)
-
Component/s: Legacy Components > API
-
Labels:None
-
Environment:All
Most forms in the portal uses the "cmd" parameter to determine if the user is adding a new entity or updating an existing entity. This the value of this parameter is now available from ServiceContext.
public String getCommand()
public void setCommand(String command)
public boolean isCommandAdd()
public boolean isCommandUpdate()
- is related to
-
LPS-6583 Pass the "cmd" parameter from the jsp to the ServiceContext.getCommand()
- Closed