Search:

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

Search: Search took 0.02 seconds.

  1. I had it resolved

    In the applicationContext.xml I had the following snippet:



    I don't know the intention of why it was done in that way (Actually it was some third party vendor from whom we got the code).

    I...
  2. Replies
    2
    Views
    1,021

    showForm() method also serves the same purpose

    You can also use showForm() method if you want to return to the form with all the data pre-populated in case if the database validation failed.
  3. Replies
    2
    Views
    1,021

    onBindAndValidate() in the org.springframework.web.servlet.mvc.AbstractFormCo ntroller

    onBindAndValidate() in the org.springframework.web.servlet.mvc.AbstractFormController is the solution to my problem. After reading the documentation for this class I finally got it. The...
  4. Replies
    2
    Views
    1,021

    Simple question about validation

    I have a form that takes some data like name, email address, age etc from the user and submits them into the database. I have a validator that checks to see that the mandatory fields are filled up by...
  5. Replies
    1
    Views
    1,066

    I got the solution!

    Use the following if you are using JCaptcha with Spring


    <bean id="wordgen" class= "com.octo.captcha.component.word.wordgenerator.RandomWordGenerator" >...
  6. Replies
    1
    Views
    1,066

    JCaptcha Number Generation only

    Hi,

    Do you guys know whether is it possible for the JCaptcha API to generate an image consisting of only numbers only?

    Please let me know.

    Thanks
    Raj
  7. This is how I did it

    So I had a work around to this problem.

    I am passing the HttpSession Id to the server from the JSP as a hidden form value. The Validator uses the session Id to validate the text typed by the user....
  8. Any answer...anyone?

    Still waiting for it my friends...
  9. Using HTTPSession object in Spring Validator

    Hi,

    I assume that the following problem must have been encountered by many good folks over here.

    I am submitting a form that has a capcha image. I am using the open source JCaptcha to display...
  10. Replies
    4
    Views
    1,348

    Bad coding problem

    Hi ranma172,

    Thanks for the reply. I really appreciate you taking time to reply to my post.

    We have got to the root of the problem. The problem was that there were few JSPs in our application...
  11. Replies
    4
    Views
    1,348

    More data...

    Just an FYI I am using Spring's OpenSessionInViewFilter object in my application. And following is the snippet of my web.xml file.

    <filter>
    <filter-name>hibernateFilter</filter-name>...
  12. Replies
    4
    Views
    1,348

    Hibernate Session object in Spring

    Hello everybody,

    I have been assigned a new project where I am suppose to detect a memory leak problem. The new project is using Struts-Spring-Hibernate on Apache-Tomcat server.

    I have observe...
  13. Waht was the mistake that you committed?

    Hi Graham,

    I understand that you were able to find the solution for the problem you mentioned in this thread. Can you please let me know the solution? I am also getting the same error but still...
  14. Replies
    0
    Views
    1,339

    Strut Architectural Flaws

    Hello everybody,

    Can someone please send me a link or a document that explains the architectural flaws of the Struts? I read in the spring manual about it but it did not explained specifically...
  15. Replies
    3
    Views
    1,634

    Thank you jgaines

    I will search for it in the Web forum. Thanks for guiding me to the right forum.
  16. Replies
    3
    Views
    1,634

    Spring Struts Integration

    Hello Guys,

    I am new to struts and have basic experience on Spring. In my project I need to integrate struts with Spring. I need some good tutorials to get started. Can someone please guide me to...
  17. Replies
    3
    Views
    1,169

    Thanks

    But with the first approach, I will need to keep on updating the XML file as soon as the property file is being added with new attribute or deleted with the existing one.

    Regarding the second...
  18. Replies
    3
    Views
    1,169

    Reading Property file

    Hi

    I want to read data from a property file which is like:

    IDENTIFIER_1=
    URI_1=
    ATTRIBUTE_1A=
    ATTRIBUTE_1B=

    IDENTIFIER_2=
Results 1 to 18 of 18