hyperlink1_action() fires button1_action()
I have a button bound to button1_action(). It performs a search and creates a dynamic table with the results. Every cell in the table contains a hyperlink that is bound to hyperlink1_action(). hyperlink1_action() loads a file into a text display.
When I click button1_action() a search kicks off and the table is filled. When I click on one of the hyperlinks in the table, the search is kicked off again before the text is loaded into the text display! The search can only be kicked off in button1_action()...how the heck is that function being called by clicking a hyperlink bound to hyperlink1_action()?
Any insight would be delightfuly appreciated.
-Mark

