i'm doing a JSF application and have come up with an issue. Is it possible to integrate javascript functions with Tomahawk? Specifically, I want to flash a confirm dialog when a user clicks a t:schedule component. I tried it as
submitOnClick="if(confirm('#{bundle.NewPatient}?'))return true; else return false;"
but the application does not respond. Any ideas? Thanks, Dave