After a lot of trial and error I finally fixed this one, it seems to be very
picky on how things are laid out.
Old .html
<table>
<tr jwcid="tableItems" >
<td>
<div jwcid="@Any" id="ognl:tableItem.toString()" >
<a jwcid="linkTableToggle">
<span jwcid="@Insert" value="ognl:tableItemSelected ? 'Hide' :
'Show'"/>
</a>
<span jwcid="@Insert" value="ognl:tableItem" />
</div>
</td>
</tr>
</table>
New .html
<table>
<span jwcid="tableItems" >
<tr jwcid="@Any" id="ognl:tableItem.toString()" >
<td>
<a jwcid="linkTableToggle">
<span jwcid="@Insert" value="ognl:tableItemSelected ? 'Hide' :
'Show'"/>
</a>
<span jwcid="@Insert" value="ognl:tableItem" />
</td>
</tr>
</span>
</table>
-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid7521&bid$8729&dat1642
_______________________________________________
Tacos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tacos-devel