Sebal wrote: > > <dtml-in Catalog size=50 start=query_start> is called in the context of > "numero_doc". I'd like to know if it's possible to create a context for this > query without passing by a form/submit. > I thought to use <dtml-with> or <dtml-in> but I don't have the right syntax. > THANX... Hi... <dtml-in "Catalog(numero_doc=foo)"> ... </dtml-in>