Thomas Baumann

Greenhorn
+ Follow
since May 02, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Thomas Baumann

Hi Rick,
thanks a lot, now it works.
Best regards
Thomas
21 years ago
@Lance Finney
No sarcasm
Look Lance, first post was May 14, 2002
the second was Jul 29, 2002
very long "five hours" ;-)
21 years ago
Hi,
thanks for the GREAT help.
21 years ago
Hi,
i tried orionserver and it works fine on my machine.
Please tell me which jdk and which version of
orion you are using.
Thomas
22 years ago
Hi Yogesh,
you can put each submit into a separate form-tag, e.g.:
..
<form name="firstaction" action="firstaction" method=post>
<input type=submit value="firstactionvalue">
</form>
..
<form name="secondaction" action="secondaction" method=post>
<input type=submit value="secondactionvalue" >
</form>
..
22 years ago
By the way:
Is your URL in the Form-Tag (NewSantroQuot.html) ok?
Thomas
22 years ago
Hi,
try method=post instead of method="post"
in your NewSantroQuot.html
Hope it helps,
Thomas
22 years ago
Hi Tejas,
please tell me the complete path of your MyBean.class-File.
Thomas
22 years ago
Hi Mahesh,
another free place for funky jsp and souley servlets
(the database used there is mysql): http://www.webappcabaret.com
thomas
[This message has been edited by Thomas Baumann (edited May 02, 2001).]
22 years ago