21 May
2003
21 May
'03
5:15 p.m.
Try using
_.getitem('your assembled id name')
I've already tried this, this leads to: Error Type: InError Error Value: Strings are not allowed as input to the in tag. Means, the <dtml-in> doesn't accept strings Alexis Roda also pointed me out, that it shouldn't be: <dtml-set query_string="'sql.'+getDatabase()+'.browse()'"> it should be <dtml-set query_string="'sql.'+getDatabase()+'.browse'"> But there's no difference. Dieter