Compare commits

...

1 Commits

Author SHA1 Message Date
zzz
63bcf077ce Console: Set form target for wizard
Some checks failed
Java CI / build (push) Waiting to run
Java CI / javadoc-latest (push) Waiting to run
Java CI / build-java7 (push) Waiting to run
Dockerhub / docker (push) Waiting to run
Java with IzPack Snapshot Setup / setup (push) Waiting to run
Sync Primary Repository to GitHub Mirror / sync (push) Has been cancelled
Daily Workflow / daily-job (push) Has been cancelled
Daily Workflow / javadoc-latest (push) Has been cancelled
Daily Workflow / build-java7 (push) Has been cancelled
so link into middle of wizard from /config doesn't get stuck there
due to the URL param, as reported by RN
2025-06-16 07:02:05 -04:00

View File

@ -132,7 +132,7 @@
}
%>
</div>
<form action="" method="POST">
<form action="/welcome" method="POST">
<input type="hidden" name="nonce" value="<%=pageNonce%>">
<input type="hidden" name="action" value="blah" >
<input type="hidden" name="page" value="<%=(ipg + 1)%>" >