Roundup Tracker - Issues

Message1417

Author richard
Recipients
Date 2004-10-07.23:23:21
Message-id
In-reply-to
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. 
 
History
Date User Action Args
2009-02-03 14:20:54adminlinkissue1007930 messages
2009-02-03 14:20:54admincreate