Skip to Content
0
Former Member
Dec 06, 2006 at 10:27 PM

Reg "key"- kinda urgent

24 Views

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