Message1417
Logged In: YES
user_id=6405
You have to use two separate <form>s - one for the index page
arguments, and the other for editing.
Note the last two lines of the first step in the instructions from
the manual:
1. add a form around the listing table, so at the top it reads::
<form method="POST" tal:attributes="action
request/classname">
<table class="list">
and at the bottom of that table::
</table>
</form
making sure you match the ``</table>`` from the list table,
not the
navigation table or the subsequent form table.
|
|
Date |
User |
Action |
Args |
2009-02-03 14:20:54 | admin | link | issue1007930 messages |
2009-02-03 14:20:54 | admin | create | |
|