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...
Type: Posts; User: trishasales; Keyword(s):
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...
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...
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"...
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...
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...
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...
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...
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...
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;
...
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...
So if my the userView is a string, there is no need to type cast it? Am I right?
Hi,
May I ask what the "SomeClass" in the second controller represent?
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...
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...
Hi,
Could you please give me an example? I am having a hard time to visualize it.
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...
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...
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...
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...
Hi,
Thank you so much for replying! I never thought about using the setTpBranchCode() function from my POJO. Thanks a lot! :D
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...
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...
Might I ask what does this code do?
private Map<Long, Account> accounts = new ConcurrentHashMap<Long, Account>();
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...
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. >.<
...