if ( outerType != null ) // null in some error conditions
{
int extensionPos = stringValue.lastIndexOf( ACTION_EXTENSION_DOT );
String actionMethodName = stringValue.substring( 0, extensionPos );
FlowControllerInfo fcInfo = getFlowControllerInfo();
boolean foundIt = actionExists( actionMethodName, outerType, null, getEnv(), fcInfo, false );
if ( ! foundIt && actionMethodName.length() > 0 )
{
//