23 May
2001
23 May
'01
4:34 p.m.
On 23 May 2001, at 14:41, philipp.robbel@epost.de wrote:
SELECT Typ FROM <dtml-if expr="TypeName=='Researcher'> tblStaffResearchers <dtml-else>tblStaffManagement </dtml-if>
<dtml-in expr="sqlShowTypes(TypName=Typ)" : again, somehow working but again EMPTY SPACES!
<select name="selectedtypes:string"> <dtml-in "sqlShowTypes(_.None,_,TypName=Typ)"> <option value="&dtml-typ;">&dtml-typ;</option> </dtml-in> </select> Note that the Typ outside the dtml-in is not the same as that inside. I suggest you change the outside Typ to be "TypeName" or something.