[Zope] selecting namespaces with with (was RE: [Zope] Enitity syntax and2.2) 2.2)

2000-07-24 Thread Jeffrey Shell
And how about: dtml.missing-REQUEST.form['foo']; That is, allow expressions to be used. I guess this makes the entity syntax act more like dtml-var. This would allow a really clear syntax for refilling input type=text tags with previously entered values in a form. You can

[Zope] The ZPublisher :method type (was RE: [Zope] detail record editing))

2000-06-06 Thread Jeffrey Shell
My solution for this kind of problem is to have a DTML method that delegates to the appropriate DTML methods. Therefore each button gets a value and a name, eg. input type=submit name=action value=delete input type=submit name=action value=modify Actually, you can use the Bobo ":method"