12 Oct
2000
12 Oct
'00
9:06 a.m.
"Geoffrey L. Wright" wrote:
Where objectName2 is actually an attribute of objectName1.
<dtml-with objectName1> <dtml-var attribute1> <dtml-var attribute2> <dtml-var attribute3> <dtml-with objectName2> <dtml-var attribute1> </dtml-with> </dtml-with>
The above should now work... ...if it doesn't please explain in what way ;-) cheers, Chris