i have a form with one text input and submit button i wanna my taglib is run when submit button clicked my taglib save the textbox value in a dataBase
i wtote below code but not run:
<form action="some page">
<input type="text" name="t1">
<input type="submit" oncick="<mytaglibName1: mytaglibNmae2> >
</form>