// Name of the button.
String theButton = null;
// Parameter parser.
ParameterParser pp = data.getParameters();
String button = pp.convert(BUTTON);
String key = null;
// Loop through and find the button.
for (Iterator it = pp.keySet().iterator(); it.hasNext();)
{