Supratim Das

Greenhorn
+ Follow
since Oct 28, 2012
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
1
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Supratim Das

there is no error msg in the javascript console.......


and there is no change in the html code before and after the dynamic load.....when I see it from the "view source" option....... the dynamically loaded table is shown in the browser......but it is not reflected to the code when i see from the "view source" option....



the code stays like this even after the loading of dynamic table....
11 years ago
JSP
I wrote this code in jsp where in have sent the request from ajax......



in the AJAX file, I have written this to print it.......



the data is dynamically loaded perfectly into the page....but the submit buttons do not work..........when I right clicked on the browser page and clicked on "view source"......it does not show the html code of the dynamically loaded portion of the page.......

How Can I resolve this problem........?? PLEASE HELP........
11 years ago
JSP
Hi Friends,

Can you please tell me the purpose of this line ???




private static final long serialVersionUID = 1L;
11 years ago
Can someone please explain me this....??

"non-JDK compliant JVM, such as the one provided by Microsoft"

Java was developed by Sun Microsystem and currently owned by Oracle Corporation.......So, how is Microsoft coming into the picture ??