Chandana Garlapati

Ranch Hand
+ Follow
since Jul 06, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Chandana Garlapati

thanks for your reply

i need to check if the given username(user entered in the browser) in the database table exists or not??
how to check if a given username already exists which contains in database table mysql using result set??

can anyone please help me on this??

Thanks in advance
Thanks Prabaharan Gopalan for your reply.

Yes i added system.out.println() in delete method. In console it is printing "delete method called". But the book is not deleting.


Can anyone help me on this.
11 years ago
Hello
I'm developping a web application with Hibernate, spring mvc and MySQL.
I want to delete an book from a list displayed but I 'm unable to do it.
When i am clicking on the delete button the book is not deleting, it is showing the same page(w/o changing anything).

This is my code for BookServiceImpl(DAO class)


Here is my controller class


and here is my addbook.jsp


youraccount.jsp


And this is domain class


Please help me. Totally confused
11 years ago
Hello,

I am developing web application using spring. Can anyone please suggest me how to call JSP from one JSP?? And below is root of jsp.

| WebContent

| WEB-INF

| jsp

| welcome.jsp, login.jsp

how to call login.jsp from welcome.jsp??

Thanks in advance.
12 years ago
Thanks Bear Bibeault

Could you give some example how to use JSTL <c:foreach> tag.
12 years ago
JSP
Hi,

How to give the multiple values for one variable in JSP??

Ex: If i have a variable called "Name" then i need to enter 100 names with one single variable called "Name". How to iterate this in JSP??

Please Help
Thanks.
12 years ago
JSP
Hello,

I am getting the following error.I think there is some bug in struts2-core-2.2.1.1.jar.



and my jars in lib are:



and this is my jsp page



when i hits Register the above error is showing.

can anyone please help me this out.
Thanks in advance.
12 years ago
can anyone please help me...
Even without validation.xml the error is showing the same.
what is the mistake i am doing???

Thanks
12 years ago
ya it's worked.. can you tell me how to format today's date as a string by accessing database MYSQL

Thanks...
13 years ago
Hi,
I am getting the Invalid field value for field "todayDate". When i am entering all the fields and hits submit button the error is getting for date column.

my JSP file



validation.xml



can anyone please help me this out..
13 years ago
Hi,
I am getting the Invalid field value for field Date error

my JSP file



validation.xml



can anyone please help me.

Thanks in advance.
13 years ago
Hi Everyone,

I am new to JSF. Can anyone send me some links for JSF 2.0 beginner tutorial.

Thanks in advance.
13 years ago
JSF
solved it finally,


thank you very much Joe...
13 years ago
Can you show me how to pass that value in my code???
13 years ago