Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    862

    Thanks for that information. Will look into it...

    Thanks for that information.
    Will look into it and get back.
  2. Replies
    2
    Views
    862

    configuring servlet xml

    Hi All,
    I have just completed the project in spring.I compared it with the one given in the spring distribution.

    Actually i have this huge servlet xml, which also includes hibernate...
  3. Replies
    6
    Views
    1,249

    A simple workaround would be to catch the null...

    A simple workaround would be to catch the null pointer exception and give a message to the user.You can also look into ExceptionResolver.
  4. Replies
    7
    Views
    12,234

    In your code how are u actually passing the list...

    In your code how are u actually passing the list to the jsp page ?
    And if u want to display the items in the list, use <form:select> tag.
  5. Replies
    3
    Views
    894

    I am still encountering the same error.I have...

    I am still encountering the same error.I have added the UsersByUserNameMapping in the servlet xml.Here is my servlet xml :



    <bean id="authenticationDao"...
  6. Replies
    3
    Views
    894

    problem in configuring JdbcDaoImpl

    Hi,
    Does acegi require a fixed format of user and authorization table.
    And if does support custom user classes then how should i specify the query in the authentication provider bean.
    This...
  7. Thread: Acegi Security

    by ksriram
    Replies
    6
    Views
    964

    Hi, As mentioned in the previous post, i am...

    Hi,
    As mentioned in the previous post, i am actually going through the document, but stuck in a place.
    The param value is a class that would implement javax.servlet.Filter.
    Whether i should...
  8. Thread: Acegi Security

    by ksriram
    Replies
    6
    Views
    964

    Ok.I have included the jar. Now i would be using...

    Ok.I have included the jar.
    Now i would be using the filters for authentication.
  9. Thread: Acegi Security

    by ksriram
    Replies
    6
    Views
    964

    Acegi Security

    Hi,
    I am planning to use acegi security for my applications authentication.Do i have to download the complete zip file or just include the necessary jars for acegi security.
  10. Replies
    6
    Views
    896

    Hi, Any suggestion for this problem

    Hi,
    Any suggestion for this problem
  11. Replies
    6
    Views
    896

    Can anyone suggest me on how to use...

    Can anyone suggest me on how to use DataIntegrityViolationException.I hope this would resolve my problem.
  12. Replies
    6
    Views
    896

    I am getting an...

    I am getting an org.hibernate.exception.ConstraintViolationException: when i try and enter duplicate data.

    I want convert this exception to error message into an error page and display it in the...
  13. Replies
    6
    Views
    896

    yes i want to show that exception as a message to...

    yes i want to show that exception as a message to the user.Like the data already is in the database.
  14. Replies
    6
    Views
    896

    Handling Exception

    Hi,
    How to handle the exception that is thrown by hibernarte and show it to the user as a message.

    For example, if i have a unique constrain for a column and try to enter the same data in the...
  15. Replies
    4
    Views
    12,700

    I have actually done that.But i have a problem...

    I have actually done that.But i have a problem now.

    There are 5 fields in my page rather text boxes.If the user tries to enter a special character in any of the text box an error message should be...
  16. Replies
    4
    Views
    12,700

    special character validation

    Hi,
    I want to validate the special character that are entered by the user.Excatly i want to discourage users rather throw a error message if the user tries to enter special characters such as *...
  17. Replies
    4
    Views
    1,137

    I got it.Thanks for the input.

    I got it.Thanks for the input.
  18. Replies
    4
    Views
    1,137

    I have already put that code in the controller. ...

    I have already put that code in the controller.

    My doubt is, how to display that error message in the jsp page.
    Can u give me an example
  19. Replies
    4
    Views
    1,137

    Date Format Validation

    Hi,
    I want to validate the date format in the page.I learn t that it can be done by using the ResourceMessageBundleSource.
    Can someone site a an example on this.
  20. Thread: Error Handling

    by ksriram
    Replies
    7
    Views
    1,155

    I have got the result. The following code was...

    I have got the result.
    The following code was added in the controller class :


    protected Map referenceData(HttpServletRequest request,Object command,Errors errors)throws Exception {
    Map...
  21. Thread: Error Handling

    by ksriram
    Replies
    7
    Views
    1,155

    Is it that i have to bind the error in the...

    Is it that i have to bind the error in the controller.
    Can anyone provide some suggestions
  22. Thread: Error Handling

    by ksriram
    Replies
    7
    Views
    1,155

    Well, when the validation happens, and the error...

    Well, when the validation happens, and the error message is thrown, it does not continue further to the controller.
    If i write a referenceData method how it would be called ?
    And what to write in...
  23. Thread: Error Handling

    by ksriram
    Replies
    7
    Views
    1,155

    To be precise with my problem statement : Action...

    To be precise with my problem statement :
    Action
    *****
    1) When my page is first loaded, the drop down box in the page would be populated with state_id's.
    2) The user would select a state_id and...
  24. Thread: Error Handling

    by ksriram
    Replies
    7
    Views
    1,155

    Error Handling

    Hi,
    I have used validator interface to validate fields in my form.Actually my form has drop down box with values picked from the data base.

    Normally i have written validation for empty...
  25. Replies
    3
    Views
    1,283

    How to create property editor

    How to create a property editor for options tag ?
Results 1 to 25 of 72
Page 1 of 3 1 2 3