i have code of a html file with form tag the html page refers to a jsp page now what should i post in the action attribute the absolute path or just the relative path? <form action="../JSPFILE/Calculator.jsp">or <form action="Calculator.jsp">