[Zope] dtml-in returning null

Max M maxmcorp@worldonline.dk
Tue, 24 Oct 2000 18:03:11 +0200


From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Diego
Rodrigo Neufert

><dtml-in InMethod>
>	<input type=text name=Name value="<dtml-var name null="Name Here">">
></dtml-in>
> But, if InMethod return nothing it display this <input> tag one time....
>There's a way to do that??

<dtml if InMethod>
    <dtml-in InMethod>
        <input type=text name=Name value="<dtml-var name null="Name Here">">
    </dtml-in>
</dtml-if>

will probably suffice

Max M. W. Rasmussen,    Denmark.   New Media Director
private: maxmcorp@worldonline.dk work: maxm@normik.dk
-----------------------------------------------------
Specialization is for insects.  -  Robert A. Heinlein