Results 1 to 1 of 1
- 10-14-2010, 06:26 AM #1
Member
- Join Date
- Apr 2010
- Posts
- 4
- Rep Power
- 0
onchange invoke java object method and submit form
Hi to all
I'm working in a GUI web project that implements JSP Tags. Each tag correspond to one JAVA component that has listeners. each listener is fired by a method fireXXXX as in swing gui commponents.
A text field ccomponent come from class com.serenix.gui.components.web.basic.WTextField and has an action listener with fireActionPerformed to fire action when an actionEvent occur.
In the Html text generated relative to WTextfield, I want to invoke fireActionPerformed method from WTextField object and after that, submit the html form.
Please I urgently need your help to do that. I don't know how to do it.
Similar Threads
-
Submit jsp form data to java
By keanhoo168 in forum JavaServer Pages (JSP) and JSTLReplies: 3Last Post: 09-09-2010, 11:43 AM -
invoking servlet from jsp form submit using web.xml
By java_hyd in forum Java ServletReplies: 1Last Post: 11-24-2009, 08:57 PM -
use Servlet submit the form to receive a form for the Chinese but it shows the garble
By dmt198704 in forum Java ServletReplies: 0Last Post: 10-31-2009, 09:24 AM -
want to generate a html form page with dynamic data and submit this form to a url
By vishalkrsrivastava in forum Java AppletsReplies: 10Last Post: 08-12-2009, 04:02 PM -
How to use one form to submit data to 2 tables on mysql
By kwesiaryee in forum New To JavaReplies: 2Last Post: 10-10-2008, 01:41 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks