Hi How can I receive a value from the form on my JSP page? what to do ? the JSP has a form once the user click on submit the values of form should be sent to java class but the java class does not receive the values. the attribute of JSP is lowercase (value) and the variable of Java class is upper case. (Value)Hi How can I receive a value from the form on m