ParameterParser pp = data.getParameters();
String button = pp.convert(BUTTON);
// Loop through and find the button.
for (Iterator it = pp.keySet().iterator(); it.hasNext();)
{
String key = (String) it.next();
if (key.startsWith(button))
{
if (considerKey(key, pp))