I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 77c21734 authored by str4d's avatar str4d
Browse files

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.
parent 17e8cf77
No related branches found
No related tags found
No related merge requests found
...@@ -60,6 +60,7 @@ ...@@ -60,6 +60,7 @@
%><h4><%=intl._("Wizard completed")%></h4><% %><h4><%=intl._("Wizard completed")%></h4><%
} %> } %>
<input type="hidden" name="page" value="<%=request.getParameter("page")%>" /> <input type="hidden" name="page" value="<%=request.getParameter("page")%>" />
<input type="hidden" name="tunnel" value="null" />
<input type="hidden" name="nonce" value="<%=wizardBean.getNextNonce()%>" /> <input type="hidden" name="nonce" value="<%=wizardBean.getNextNonce()%>" />
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment