my Json:
{ instanceName: "CONTACTS1" }
<a onclick="HB4Mack.getInstance(' $this.instanceName
').reload()">Update</a> ???
not run!!!
Depending on what HB4Mack and getInstance() actually are, the
following could perhaps work if you jstemplate process it first:
> <a jsvalues=".data:$this" onclick="HB4Mack.getInstance(this.data.instanceName).reload()">Update</a> ???
So far,
mesch.