added response.action macro to form tag
This commit is contained in:
parent
016f23d687
commit
fbbbc896bf
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue