Search:

Type: Posts; User: srinivasrao; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    684

    problems with validations

    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...
  2. Replies
    1
    Views
    867

    Problem with SQLUtil

    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...
  3. Replies
    0
    Views
    756

    validations with MenuActionController

    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...
  4. how to add validation to MenuActionController

    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...
  5. Thank you very much. Now it is working.

    Thank you very much. Now it is working.
  6. Thanks for your reply. After adding the given in...

    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.
  7. I doen't want the messages to be displayed...

    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"...
  8. I want to send the form data to database to...

    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...
  9. Problem with binding the form with ValueObject

    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...
Results 1 to 9 of 9