Hi everybody,
I want to call a Java method by clicking a button in a JSP. This method is supposed to create a new user in a database.
The normal button type 'submit' does not seem to work?!?
How can I manage that.
-
call Java method through button-click (1 messages)
- Posted by: nobody nobody
- Posted on: December 08 2002 06:09 EST
Threaded Messages (1)
- call Java method through button-click by stephen smithstone on December 09 2002 04:01 EST
-
call Java method through button-click[ Go to top ]
- Posted by: stephen smithstone
- Posted on: December 09 2002 04:01 EST
- in response to nobody nobody
best way is for u to create an empty form with 1 submit button and then use a processing servlet to insert the details into the database