Search Results

Showing results 1 to 40 of 41
Search took 0.00 seconds.
Search: Posts Made By: shijunair ; Forum: JSP and child forums
Forum: JSP May 15th, 2009
Replies: 9
Views: 1,869
Posted By shijunair
Thanks for the reply deepalihanand,
I am very thankful to you that you have solved my query.I wont ever forget your help.
Thanks once again.
Bye take care.
Forum: JSP May 5th, 2009
Replies: 9
Views: 1,869
Posted By shijunair
when i am using the code to convert string to sql.Date
DateFormat df = new SimpleDateFormat("dd/MM/yyyy");
Date d = df.parse(leavefrom);
String dfrom=df.format(d);

java.sql.Date dd = new...
Forum: JSP May 5th, 2009
Replies: 9
Views: 1,869
Posted By shijunair
hi,
Thanks for the reply.
I do understand that SimpleDateFormat.parse(String source) returns java.util.Date

and PreparedStatement.setDate(int i, Date d) takes java.sql.Date .
but i am using...
Forum: JSP May 3rd, 2009
Replies: 9
Views: 1,869
Posted By shijunair
hi,
Thanks for your reply.
the code which i have written is given above in the previous post
i.e ps.setString(1,leavefrom[counter]);
ps.setString(2,until[counter]);
leavefrom and until are...
Forum: JSP Apr 29th, 2009
Replies: 9
Views: 1,869
Posted By shijunair
hello everyone,
I am stuck with this problem.If anyone could help me, it would be a great favour.
I am working on a leave application.
Here the leaves are been applied by employees and...
Forum: JSP Sep 30th, 2008
Replies: 11
Views: 3,322
Posted By shijunair
hi peter & stephen,
I have solved my query using iteration.
Forum: JSP Sep 29th, 2008
Replies: 11
Views: 3,322
Posted By shijunair
hi stephens,
you are mistaken .the query is not yet solved and i dont know who has marked it as solved.
the very recent coding which i pasted was the coding which i tried it out so that i could get...
Forum: JSP Sep 26th, 2008
Replies: 11
Views: 3,322
Posted By shijunair
Added.......
retrieving values using the code on another jsp page.
thanks
Forum: JSP Sep 26th, 2008
Replies: 11
Views: 3,322
Posted By shijunair
hi stephens,
what i have done now is that i have just modified my code .i have used a counter so that i get specific names for the values.
and i am retrieving it using
Enumeration parameterNames...
Forum: JSP Sep 26th, 2008
Replies: 11
Views: 3,322
Posted By shijunair
I was just trying with this code in a jsp because this text box is only to display
<input type="text" name="userid" value="<%=id%> " size="4"> instead of<input type="text" name="id" value="<%=id%>"...
Forum: JSP Sep 26th, 2008
Replies: 11
Views: 3,322
Posted By shijunair
I am facing problem while retrieving values from the jsp page.
my database structure is as follows:
-----------------------------------------------------------------------...
Forum: JSP Sep 18th, 2008
Replies: 19
Views: 6,113
Posted By shijunair
hi stephens and peter,
Actually the same code which both of you provided was very much correct but i was doing mistake from my side. i was confused with the display part into the jsp page because ...
Forum: JSP Sep 17th, 2008
Replies: 19
Views: 6,113
Posted By shijunair
hi,
I have found the solution and i have rectified the mistake that i was making.I cant even believe that it was such a small mistake.But anyways thanks to you all.
bye
Forum: JSP Sep 12th, 2008
Replies: 19
Views: 6,113
Posted By shijunair
ok stephens ,
I will do as you say, no matter it takes whatever time.Actually the moment you posted me the link i am going through that only but unfortunately i cant show you .I will go through that...
Forum: JSP Sep 12th, 2008
Replies: 19
Views: 6,113
Posted By shijunair
hi stephens,
i promise you that i would go through the jdbc tutorial entirely and get all the concepts clear but right now i have to get this done as soon as possible.if you could just tell me how...
Forum: JSP Sep 12th, 2008
Replies: 19
Views: 6,113
Posted By shijunair
Actually i am a bit confused with the problem i am facing so bcz of that it might have happened that i was not able to put the question clearly or properly in front of you'll ,so for that i am...
Forum: JSP Sep 11th, 2008
Replies: 19
Views: 6,113
Posted By shijunair
hi peter,
thanks for the reply
but through this i cant get the value individually for pl,sl,cl.
see the problem is that i have to display the total balance of leave which is remaining after the...
Forum: JSP Sep 11th, 2008
Replies: 19
Views: 6,113
Posted By shijunair
Hello peter,
I have already gone through this and my half the project is almost done,but i am stuck into this problem, so for that reason i needed help .
I hope my post is clear and...
Forum: JSP Sep 11th, 2008
Replies: 19
Views: 6,113
Posted By shijunair
Hi everyone,
I want to retrieve data from database in jsp page based on the particular m_emp_no .I am finding it very difficult so please can you all help me out with the problem.
Here is the...
Forum: JSP Aug 27th, 2008
Replies: 2
Views: 1,082
Posted By shijunair
Is there no one to help me out of this.I was expecting some help from you people.Anyways i am still waiting for the solution .if any one could help me out, it would be a great favour.
thanks
Forum: JSP Aug 26th, 2008
Replies: 2
Views: 1,082
Posted By shijunair
hello,
I just noticed a problem in my code.
hope you'll would help me.
normally we have a login page where the userid and password is validated from database .now the problem what i am facing is
...
Forum: JSP Aug 21st, 2008
Replies: 20
Views: 1,915
Posted By shijunair
thanks peter,
I tried it and it is successfully giving me the results which i need.I dont know how to thank you.You did a wonderful job.
thanks once again.
As i said i have a query with reset...
Forum: JSP Aug 21st, 2008
Replies: 20
Views: 1,915
Posted By shijunair
hi peter,
yes this is what i wanted to achieve.but could you help me out with the validation servlet bcz as i said there are two different pages for user and approver.so according to the flow if he...
Forum: JSP Aug 21st, 2008
Replies: 20
Views: 1,915
Posted By shijunair
hi peter,
i have created sessions and as you said that the previously created sessions has to be destroyed,if i do that then how can i go back to my main page i.e the page after login which is the...
Forum: JSP Aug 20th, 2008
Replies: 20
Views: 1,915
Posted By shijunair
thanks peter,
that is fine.now going ahead i have set the approver a different page and the user a different page,but when i have to apply for leave, which both user and approver has to do. they...
Forum: JSP Aug 20th, 2008
Replies: 20
Views: 1,915
Posted By shijunair
thanks for the reply,
i will try out this code and let you know about it. i do have one more query, if the current query is solved than should i write in this same post or another.
Forum: JSP Aug 20th, 2008
Replies: 20
Views: 1,915
Posted By shijunair
hi peter,
SELECT count(*) FROM employee_details WHERE emp_approver="approver" AND uid=LOGIN_EMP_ID;
As you have given me the sql statement to differentiate between users i wanted to know that what ...
Forum: JSP Aug 19th, 2008
Replies: 20
Views: 1,915
Posted By shijunair
thanks peter,
As you said if i use the simple word which is like
emp_id password emp_approver
1003 welcome approver
1004 ...
Forum: JSP Aug 19th, 2008
Replies: 20
Views: 1,915
Posted By shijunair
sorry i have not placed the table properly it is like this

emp_id password approver
1003 welcome blank
1004 welcome ...
Forum: JSP Aug 19th, 2008
Replies: 20
Views: 1,915
Posted By shijunair
hi peter,
I have introduced an extra column in my master table such as

emp id password approver
1003 welcome
1004 " " 1003
1005 " " ...
Forum: JSP Aug 19th, 2008
Replies: 20
Views: 1,915
Posted By shijunair
thanks for the reply.
But can it be done through database using his user id.And if yes then how to do it.
Forum: JSP Aug 19th, 2008
Replies: 20
Views: 1,915
Posted By shijunair
Hi everyone,
I am facing a problem in my project .I am sure you'll will find a way out.I am working on a project leave management .now i am really confused as to how to go ahead.I am working with...
Forum: JSP Jul 31st, 2008
Replies: 0
Views: 1,888
Posted By shijunair
hi everyone,
I am facing a problem which i know that you'll will surely find a remedy.
I have a login.html ,login1.jsp which does the database connection and welcome.jsp the main page.
so the...
Forum: JSP Jul 24th, 2008
Replies: 26
Solved: validation page
Views: 3,784
Posted By shijunair
hi,
That was just a mistake from my side . Till now i have downloaded tomcat 6.0 and continuing to download mysql community server and JDK5.0 as well.so till now working fine.see u back after the...
Forum: JSP Jul 24th, 2008
Replies: 26
Solved: validation page
Views: 3,784
Posted By shijunair
hi,
I am installing mysql server and over there it has several options for windows i.e
2.4.8.1. Choosing An Installation Package
2.4.8.2. Installing MySQL with the Automated Installer
2.4.8.3....
Forum: JSP Jul 24th, 2008
Replies: 26
Solved: validation page
Views: 3,784
Posted By shijunair
hi,
I have to install it .let me upgrade with the latest version as suggested then we can go ahead with the queries.I have never installed mysql because i had seen that there is mysql server,mysql...
Forum: JSP Jul 24th, 2008
Replies: 26
Solved: validation page
Views: 3,784
Posted By shijunair
Thanks for the suggestion.
The getter and setter methods is very much clear to me now.But i am facing a problem in placing the files such as jsp,class files in particular folders as well as...
Forum: JSP Jul 23rd, 2008
Replies: 26
Solved: validation page
Views: 3,784
Posted By shijunair
Thanks for the suggestion.
I am trying doing this in servlet and hope it works well.But i just want to make the concept clear before i proceed further, that in servlet we have set the attribute as...
Forum: JSP Jul 23rd, 2008
Replies: 26
Solved: validation page
Views: 3,784
Posted By shijunair
Thanks a lot for the suggestion given and it is highly appreciated.
As you said that the unique ID has to be made, but please suggest me that when i make a bean after validation done in servlet i...
Forum: JSP Jul 22nd, 2008
Replies: 26
Solved: validation page
Views: 3,784
Posted By shijunair
thank you for your help,
I still have a query
If i use the servlet and i compile it ,then i would get the db connectivity as well as the data validation done but i have a jsp page also in which...
Showing results 1 to 40 of 41

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC