Hi, I`m trying to find the id of a select component from the following .tml file:
<t:select id="addTo" model="playlistNames" blankOption="NEVER" value="selectedPlaylist"/> The tapestry generated id when rendered in the browser has a unique identifier e.g. select:11daaf3019f when means I cant access the select box from my javascript. Can anyone point me in the right direction? CH