We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebee8e9 + d714aad commit 8ee94dfCopy full SHA for 8ee94df
src/main/webapp/lessons/RoleBasedAccessControl/ViewProfile.jsp
@@ -148,7 +148,7 @@
148
</td>
149
<td width="190"> </td>
150
<td width="76">
151
- <form method="POST">
+ <form method="POST" action="<%=webSession.getCurrentLesson().getFormAction()%>">
152
<input type="submit" name="action" value="<%=RoleBasedAccessControl.LOGOUT_ACTION%>"/>
153
</form>
154
0 commit comments