Is it possible to invoke customtags onEvents like onClick?
Created May 7, 2012
Norman Hanson Yes and no. onClick and the like are javascript events and performed on the client. They can however, set a hidden value in a form and re-post the page. Where your jsp will be invoked again. Then you can pick up this new request parameter and envoke some custom tag based on the value.