added response.action macro to form tag

This commit is contained in:
Tobi Schäfer 2002-08-19 16:55:32 +00:00
parent 016f23d687
commit fbbbc896bf

View file

@ -1,5 +1,5 @@
<table border="0" cellspacing="0" cellpadding="3">
<form method="post">
<form method="post" action="<% response.action %>">
<tr>
<td class="small" nowrap="nowrap">old password:</td>
<td nowrap="nowrap"><% input type="password" name="oldpwd" %></td>