Search:

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

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Hi, Sorry it took so long for me to reply. I...

    Hi,

    Sorry it took so long for me to reply. I would just like to ask, how would I be able to access the property values from the bean as you suggested? I would like to retrieve the values of the...
  2. How do I get to use the method getInitParam on my Manager class?

    Hi,

    I updated my web.xml file and added context param so that I could put my database settings there. I try to connect to the database through my manager classes and I was just wondering how I...
  3. Replies
    1
    Views
    450

    Session Time Out

    Hi,

    I would just like to ask how I can put session time out on my session variables. Right now, after logging in, I set a session attribute called "logged" to "1" and also update the "logged"...
  4. Help with deploying a Spring Web MVC Application to another computer.

    Hi,

    We have been developing a web application for almost two months now and we will be doing some testing on our application some time this week. Our supervisor wants us to deploy our web...
  5. How to make a configuration file for Database connection in Spring 3

    Hi,

    We are currently making a web application that connects to a database to retrieve, add, edit, and delete information. Right now we are connecting to the database through hard coding. What we...
  6. Help with showing validation errors with class level custom constraint annotation

    Hi,

    I recently made a custom constraint for checking if the fields "password" and "confirmPassword" have the same value. However, I do not know how I should be able to show the validation error...
  7. Help with Forms and Controllers for editing information

    Hi,

    I am currently creating a form for editing. But before a user can edit something, he/she should have chosen a profile from a drop down menu. Basically I have two forms: one for the drop down...
  8. Hi, I would just like to ask again if anyone...

    Hi,

    I would just like to ask again if anyone knows have to retrieve the index of the option the user has selected upon submitting the form and pass it on back to the controller? I badly need it...
  9. Hi, After I've made a class for the Email...

    Hi,

    After I've made a class for the Email Notification, should I configure something on my servlet.xml file? What should I put there? Thanks.

    My class is now like this:

    package ETPS.web;
    ...
  10. How do I retrieve the index of the selected option from the tag?

    Hi,

    I am currently using the <form:select> tag for the selection of taxpayers. After the user has selected a taxpayer from the selection and submitted the form, I want to retrieve the index of the...
  11. Replies
    8
    Views
    1,463

    So if my the userView is a string, there is no...

    So if my the userView is a string, there is no need to type cast it? Am I right?
  12. Replies
    8
    Views
    1,463

    Hi, May I ask what the "SomeClass" in the...

    Hi,

    May I ask what the "SomeClass" in the second controller represent?
  13. Hi, I still cannot display the error message...

    Hi,

    I still cannot display the error message from the @FieldMatch annotation. Am I missing something? Here are my codes:

    ApplicationUser.java (POJO):

    package ETPS.web;

    import...
  14. How do I send an E-mail notification with Spring 3

    Hi,

    I am making a form for creating a taxpayer profile. I have already made the registration work. However, one of the specifications is that once the taxpayer profile is created, an e-mail...
  15. Replies
    8
    Views
    1,463

    Hi, Could you please give me an example? I am...

    Hi,

    Could you please give me an example? I am having a hard time to visualize it.
  16. Replies
    8
    Views
    1,463

    Help with @SessionAttributes

    Hi,

    I am making a web application for an electronic tax payment system and one of the main importance in developing a web application for such is security. I have already created a Login Form and...
  17. Hi, Thank you very much for the reply. I would...

    Hi,

    Thank you very much for the reply. I would just like to ask how am I going to show the message specified in the annotation? I am bit confused because I am used to putting validation...
  18. Help with Creating Custom Annotation for Form Validation

    Hi,

    I am currently making a form for user account creation and two of the fields are for password and the confirmation of password. I would like to show an error message like the ones from...
  19. Help with Hibernate Validator Annotations

    Hi,

    I am currently using Hibernate Validator to validate my forms. I am currently making a form where only some of the fields are required to be filled up. Two of the fields are for Fax Number and...
  20. Hi, Thank you so much for replying! I never...

    Hi,

    Thank you so much for replying! I never thought about using the setTpBranchCode() function from my POJO. Thanks a lot! :D
  21. Default value for element in Spring

    Hi,

    I am currently making a form for registering a taxpayer profile. One of the inputs is a text input for the TP Branch Code. The TP Branch Code field should display "000" by default. I thought I...
  22. Replies
    21
    Views
    13,424

    Hi again, Thank you so much for replying! I am...

    Hi again,

    Thank you so much for replying! I am very sorry for being a bit stubborn earlier about trying out the link of the project that you shared with me. I didn't know what the String that was...
  23. Replies
    21
    Views
    13,424

    Might I ask what does this code do? private...

    Might I ask what does this code do?


    private Map<Long, Account> accounts = new ConcurrentHashMap<Long, Account>();
  24. Replies
    21
    Views
    13,424

    Hi, May I ask what is the difference between...

    Hi,

    May I ask what is the difference between BindException and BindingResult? I tried looking for a solution about the error: Errors/BindingResult argument declared without preceding model...
  25. Replies
    21
    Views
    13,424

    Hi, I would like to try out the link that you...

    Hi,

    I would like to try out the link that you gave me. But where can I get a copy of the JSP files that were used and a copy of the servlet.xml? Thanks. I hope you will still reply to this. >.<
    ...
Results 1 to 25 of 46
Page 1 of 2 1 2