Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JWSDK tutorial query - Yen converter

843834May 8 2002 — edited Jun 13 2002
This looks pretty basic, but any ideas appreciated...

When I run the Yen converter index.jsp page, I can enter the data but when I submit the form it takes me to a blank page. If, from there I go to a different page an then hit the back button, the original form will display the conversion as required.

BUT, I have put the source for the blank page below, and it looks like it should display something!

Thanks
Ivor

<html>
<head>
<title>Currency Conversion Application</title>
</head>
<body bgcolor="white">
<h1><FONT FACE="ARIAL" SIZE=12>Currency Conversion Application JSP page</FONT></h1>
<hr>
<p><FONT FACE="ARIAL" SIZE=10>Enter an amount to convert:</p></FONT>
<form method="get">
<input type="text" name="amount" size="25"><br>
<p>
<input type="submit" value="Submit">
<input type="reset" value="Reset">
</form>
<p><FONT FACE="ARIAL" SIZE=10>5 dollars are 41.70 Yen.
<p>5 Yen are 0.05 Euro. </FONT>
</body>
</html>
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 11 2002
Added on May 8 2002
1 comment
189 views