I have used the tag goLink successfully with the attributes targetFrame and
destination. This opens a new browser window with the required url. 

i.e.  <tr:goLink text="test page" targetFrame="linksWindow"
destination="#{url}" />

When I use the tag goButton and click on the icon I get a JavaScript error
that the value passed into targetFrame is undefined.

i.e. <tr:goButton icon="testIcon.gif" targetFrame="linksWindow"
destination="#{url}" />

Error: 'linksWindow' is undefined

Does anyone have any suggestions?
-- 
View this message in context: 
http://www.nabble.com/Trinidad-tag-goButton-attribute-targetFrame-not-working-tf4902145.html#a14042417
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to