I need to direct to one jsp page from one jsp on button click onclick event.I have one simple form called add-metadata.jsp In this file I have some form elements and one button too.when I click this I need to redirect to another jsp file as add-metadata-finish.jsp
already that main form action event is directed to another jsp file but I need to direct my jsp file only for button click.
How can I do this ?