Guna sekar

Ranch Hand
+ Follow
since May 18, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
1
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 Guna sekar

Yes.I am using jquery datatable. As of now I have done like,I will go to the controller and do some actions and while loading jsp, called server side processing and this will be an ajax call. So now there will be 2 request one that comes from controller and the other return from ajax.I want to make it to one request at the same time I need to do ajax..
I need to load the data using Jquery datatable.. Also I am using server side processing. Now on load of the page I need to get the data for mentioned cache size(suppose cache size is 2 Pages and per page is 10 records and total records is 50).now if I click on page 3 then it should go to server side.on load of the page data should be done in one request.
Hi Bear,


Thanks for your reply. Is there any other way?
11 years ago
JSP
Hi,

Please let me know the design patterns used in Spring 3.0
11 years ago

Hi,

Please let me know the design patterns used in struts 1.x
11 years ago
Hi,


Need to know the differences and advantages of ibatis over hibernate?
Hi,


An application has drop down which is to be displayed in all the jsp pages. Values for the drop down should be fetched only once(ie DB hit should be only once). Is there any other apart from keeping the list in session?
11 years ago
JSP
Why there are exceptions of two types - checked vs unchecked exceptions?
11 years ago
what is the difference between comparable and comparator? Suppose if you want to sort an object based on two criterias( say name, id) based upon user input, how do we implement it? which one should be used? which is better?
11 years ago
Why non-static variable cannot be accessed from static variable?. Is it because, inside Static methods we cant get the exact instance of the variable?
11 years ago
I m creating div dynamically. In EDIT mode, if the value is in DB, then a field in the section will be checked and based on that next section will b eavailable. My problem is when i uncheck the checked on in EDIT mode, i m setting div.innerHTML=''. But when i check the same again, i m getting error like div is null but the div is present.

Anyone help me in this?
Hi,


i have a list which contains a list of VO's.in the VO there are arraylist in it. When i submit, i m not able to get the arraylist values inside the VO.

<logic:iterate id="cVO" name="cForm" property="cInfoList" indexId="id">

...................................
<logic:iterate id="sublist" name="cVO" property="cMist" indexId="id">

</logic:iterate>
</logic:iterate>


I need to get the values inside the list id="sublist".

12 years ago
Niiraj,

In the column name i need to display without link -- I want the sorting for a column but i dont want that underline for tat name. is it possible?

Suppose if i have the data in the table, and when i delete some items, it should show the stay in the same page

When i move from 1 page number to another, it is doing the last action. In the requestURI, i have given as "/as.do". so it is calling again the last action whatever i did. suppose if i have table with data, i perform delete operation, it is calling again and again, when i move from 1 to2,1to3,2to3,etc
12 years ago
Hi,

i have written a display tag properties file for a display table and i placed the properties file inside src. I m planning to utilize the same for another display table in another jsp file. But it is not taking that properties for this jsp.

Please help me in this.
12 years ago
Hi,

i have written a display tag properties file for a display table and i placed the properties file inside src. I m planning to utilize the same for another display table in another jsp file. But it is not taking that properties for this jsp.

Please help me in this.