tag to Use? - To forwaerd from a jsp page to a servlet
Hi, I need to direct from a jsp file to a servlet, My code in a .jsp file is :
<form method="get" action = "/Bank/src/ListAccounts.java"/>
When i compile, it shows an error : HTTP 404 - File not found