Hi all
Could any body tell me what does the "key" in the following code represents and can we hard code that value. The following code is a method in the EquipmentList.java.
public Forward onEquipmentSelected(Forwards forwards)
{
....
String key = (String) context.getValue("key");
....
}
Thanks
Venkat