added actual form handling to the main config.jsp page

dropped the old notice.jsp style result notification
display destination info on the left nav
This commit is contained in:
jrandom
2004-07-31 02:34:24 +00:00
committed by zzz
parent 7b60d3dab9
commit ed9f9625ae
13 changed files with 419 additions and 16 deletions

View File

@ -30,8 +30,8 @@ public class ConfigNetHelper {
public ConfigNetHelper() {}
/** copied from various private TCP components */
private final static String PROP_I2NP_TCP_HOSTNAME = "i2np.tcp.hostname";
private final static String PROP_I2NP_TCP_PORT = "i2np.tcp.port";
public final static String PROP_I2NP_TCP_HOSTNAME = "i2np.tcp.hostname";
public final static String PROP_I2NP_TCP_PORT = "i2np.tcp.port";
public String getHostname() {
return _context.getProperty(PROP_I2NP_TCP_HOSTNAME);