24 Feb
2000
24 Feb
'00
8:32 a.m.
If I have the code : <form action="setmember" method="post"> <select name="members" size="10" multiple> <dtml-in catalog> <option value="<dtml-var catalog.getobject(data_record_id_)>"> <dtml-var title> </option> </dtml-in> </select> <input type="submit" value="addmembers"> </form> How I can retrieve the object-ids in setmember. If setmember is a python method, what is passed to it? I have the which collect objects in its attribute as a list.
9538
Age (days ago)
9538
Last active (days ago)
0 comments
1 participants
participants (1)
-
Sin Hang Kin