changed to ipaddress

This commit is contained in:
Eric J. Bowersox
2004-05-31 04:17:02 +00:00
parent 6446f9fd2e
commit fc453fb3dc
3 changed files with 5 additions and 3 deletions

View File

@@ -111,6 +111,8 @@ public class DialogElementLoader
} // end catch
// save off the retrieved information
if (logger.isDebugEnabled())
logger.debug("Initialized tag <" + tagname + "/> to ctor " + ctor.toString());
tmp_factories.put(tagname,ctor);
} // end for

View File

@@ -31,7 +31,7 @@ public class IPAddressField extends TextField
*--------------------------------------------------------------------------------
*/
public static final String TAGNAME = "ip-address";
public static final String TAGNAME = "ipaddress";
/*--------------------------------------------------------------------------------
* Constructors