|
|
Re: Problem submitting HTML form in Eclipse [message #1849047 is a reply to message #1849044] |
Thu, 30 December 2021 12:01  |
Eclipse User |
|
|
|
Hi Nitin
Thanks for the reply. The HTML form is below. As I said, somewhere along the line /BookStore (correct) is converted to /Bookstore (incorrect). I've checked through all the code and definitions in the project and nowhere does "Bookstore" appear. I agree that this is not necessarily an Eclipse problem.
<!DOCTYPE html>
<html>
<head>
<meta charset="ISO-8859-1">
<title>Insert title here</title>
</head>
<body>
<form action="/BookStore/books/" method="get">
Book Title:<br>
<input type="text" name="title">
<br>
<input type="text" name="author">
<br><br>
<input type="submit" value="Submit">
</form>
</body>
</html>
|
|
|
Powered by
FUDForum. Page generated in 0.09133 seconds