From 77c217342115e10329fe9ab0fb34f5c562cc768f Mon Sep 17 00:00:00 2001
From: str4d <str4d@mail.i2p>
Date: Sun, 22 Jan 2012 00:21:13 +0000
Subject: [PATCH] Added in a hidden input for "tunnel" set to "null"

The idea is to utilise the existing saveChanges function in IndexBean.java
that the edit page posts to. Consequently, the wizard will need to have all
the same inputs that need to be POSTed as the edit page does.
---
 apps/i2ptunnel/jsp/wizard.jsp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apps/i2ptunnel/jsp/wizard.jsp b/apps/i2ptunnel/jsp/wizard.jsp
index 673291af7a..ae50f18825 100644
--- a/apps/i2ptunnel/jsp/wizard.jsp
+++ b/apps/i2ptunnel/jsp/wizard.jsp
@@ -60,6 +60,7 @@
                   %><h4><%=intl._("Wizard completed")%></h4><%
                 } %>
                 <input type="hidden" name="page" value="<%=request.getParameter("page")%>" />
+                <input type="hidden" name="tunnel" value="null" />
                 <input type="hidden" name="nonce" value="<%=wizardBean.getNextNonce()%>" />
             </div>
 
-- 
GitLab