Prevent "/" in the textbox
Must use the size attribute of the input element of HTML in order to prevent "/" appear on the input box when displaying the value from jsp variable. For example, <input type="text" name="path" value=""<%=path%>" size="80">