From 6d0514b4514ad3433cf8f32c584acbf520d11db0 Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Thu, 26 Jan 2012 03:53:05 +0000 Subject: [PATCH] Get wizard to step through pages correctly --- apps/i2ptunnel/jsp/wizard.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/i2ptunnel/jsp/wizard.jsp b/apps/i2ptunnel/jsp/wizard.jsp index bf4607ea52..fbb47f3d7d 100644 --- a/apps/i2ptunnel/jsp/wizard.jsp +++ b/apps/i2ptunnel/jsp/wizard.jsp @@ -40,7 +40,7 @@ <div id="pageHeader"> </div> - <form method="post" action="<%=(curPage == 7 ? "list" : "wizard") %>"> + <form method="post" action="<%=(curPage == 7 ? "list" : "wizard?page="+(curPage+1)) %>"> <div id="wizardPanel" class="panel"> <div class="header"> -- GitLab