Hi,<br><br>I'm wondering how I can do this little trick (sp_info is a globaly devide var, it's a dictionary obj):<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option tal:repeat=&quot;group groups/existing/high&quot; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tal:content=&quot;group&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tal:attributes=&quot;onmouseover string:doTooltip(event, '${sp_info/${group}/common_name}')&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; onmouseout=&quot;hideTip()&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/option&gt;<br clear="all">
<br>So based on my the value of 'group' from my repeat, I want to use the value to look up another value in a different dictionary.&nbsp; It works if I do this:&nbsp; (event, '${sp_info/whatever/common_name}') but does not like me using the embedded ${group}.
<br><br>Thanks,<br>Jason.<br><br><br>-- <br>........................................<br>.... Jason C. Leach<br>.... PGP Key: 0x62DDDF75<br>.... Keyserver: <a href="http://gpg.mit.edu">gpg.mit.edu</a>