Hi,
I have the problem with validations.
My reequirement is the TextField of form should accept only int values, not null and String values. The following method i have written in the subclass of...
Type: Posts; User: srinivasrao; Keyword(s):
Hi,
I have the problem with validations.
My reequirement is the TextField of form should accept only int values, not null and String values. The following method i have written in the subclass of...
I am using the the following method to acces the data.
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Types;
import javax.sql.DataSource;
import...
Hi,
I have the problem with validations.
After submitting the form the following method is called in the sub class of MenuActionController. The following method creates createBinder to place null...
Hi,
I have the problem with validations.
After submitting the form the following method is called in the sub class of MenuActionController. The following method creates createBinder to place null...
Thank you very much. Now it is working.
Thanks for your reply. After adding the given in the subclass of MultiActionController, the method is not invoking. Please let me have one full example.
I doen't want the messages to be displayed properly, but how to store data throught dataobject to the database table.
Once again my code details are:
JSP
<form name="NewDevice"...
I want to send the form data to database to create a new record of the related table in which some of the columns are defined as not null. I am doing this with the help of the valueobject . Initially...
My form is with 5 textfields, 4 dropdownbuttons. When i filled the data in all the fields and submit it, then it is creating a new record in the corresponding table. If i leave any of the field blank...