Praveen Reddy Somireddy

Greenhorn
+ Follow
since Oct 25, 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 Praveen Reddy Somireddy

I tried to use both. But none of them working with other browsers. DOJO auto complete is working fine with IE. Now JQuery Auto complete is not working with other browsers apart from IE.
10 years ago
Dear Tarun
Dont try to set username in jsp page. Your Action class should implements SessionAware interface and override a method setSession() method.



10 years ago
Dear Tarun
Dont try to set username in jsp page. Your Action class should implements SessionAware interface and override a method setSession() method.



10 years ago
Dear All
I am developing an application using Struts 2. One of the module is that I need to update more than one record at a time. So for easy typing, I used JQuery Auto complete tool in my code. But when i am trying to update multiple records, from IE browser its updating perfectly. But apart from IE none of the browser is not updating. If I replace text field in the place of JQuery auto complete, then all the browsers its working fine. what i observed is All other browsers are not calling setter of auto complete text filed in POJO class, where IE is perfectly calling setter of auto complete field in POJO class. for yoru reference code is attached. Please help me.



POJO class


Action Class



struts.xml

10 years ago