* to replace it by prepending a path separator, as this identification can be assigned to
* an submit form component name
*/
if ("submit".equals(inputName.toString()))
{
inputName.prepend(Component.PATH_SEPARATOR);
}
return inputName.toString();
}
/**