[twill] ERROR: multiple matches to "data"

Titus Brown titus at caltech.edu
Tue Mar 21 13:52:13 PST 2006


-> -> Form name=edit
-> -> ## __Name__________________ __Type___ __ID________ __Value__________________
-> ->    None                     select    formatblock  [''] of ['', '<p>',
-> -> '<h1>', '<h2>',  ...
-> ->    data                     textarea  data        
-> -> 
-> ->    None                     checkbox  CB_data      [] of ['on']
-> ->    data                     textarea  (None)      
-> -> 
-> -> 1                           submit    (None)       Change
-> -> 
-> -> 
-> -> everytime I type, I get:
-> -> 
-> -> ERROR: multiple matches to "data"
-> -> 
-> -> is there a way to seperate the two?

Hi, Norman,

I've added printing of the field index to the 'showforms' command, so
you can now see the exact index of each field.  This will let you use

   fv <form> <fieldnum> <value>

cheers,
--titus



More information about the twill mailing list