[Zope] A little DTML problem?

Richard Jones richard.jones@fulcrum.com.au
Fri, 23 Apr 1999 09:11:21 +1000


["=?ISO-8859-1?Q?Fran=E7ois-R=E9gis CHAL?==?ISO-8859-1?Q?AOUX?="]
> Howto to kill this error, any idea?
> 
> FR |-I
> 
> 			<!--#in view_domain_of_soft(_['softwareid'])-->

  Replace this with <!--#in "view_domain_of_soft(_['softwareid'])"-->

  You've got an expression in there rather than a bare variable name, and you 
need to tell DTML that.


      Richard