changed to ipaddress
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -31,7 +31,7 @@ public class IPAddressField extends TextField
|
||||
*--------------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
public static final String TAGNAME = "ip-address";
|
||||
public static final String TAGNAME = "ipaddress";
|
||||
|
||||
/*--------------------------------------------------------------------------------
|
||||
* Constructors
|
||||
|
||||
Reference in New Issue
Block a user