pratapsiva sivakumar

Greenhorn
+ Follow
since Nov 10, 2008
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 pratapsiva sivakumar

Hello Sir,
I want to know how to write custom tags in jsp and how to define tld files and use them.I want complete explanation with an example code.

14 years ago
JSP
Hi sir,
I am using a try{ some code} and then finall{some code} block.I am not using catch block.So if an exception is thron in try block,how to handle it.
14 years ago
Sir,
I want to know the diiference between <welcome-file-list> tag and <load-on-startup> tag in web.xml file of servlet?
14 years ago
Hi ,
I want to know the difference between javabeans & TLD(tag library descriptors).I want an example with tlds.
14 years ago
JSP
I want the sql query to select first 10 records from MS-Access database.What is the sql query for that?
Hello can anyone explain URL rewriting with a code example for maintaining session.
14 years ago
JSP
inside the dopost() method of a servlet i have a line

response.addHeader("refresh","1");

what does the above code mean?
14 years ago
What are the different ways of passing from one jsp page to another jsp page?Please help with examples.i want to pass either request of parameter.please help
14 years ago
JSP
What are the different ways of passing from one jsp page to another jsp page?Please help with examples.
14 years ago
JSP
Hello sir,
i want pagination code in jsp.I want to display 10 records from backend database for each page number click.Please help me with the code
14 years ago
JSP
Can some one explain me with code the usage of requestDispatcher?
14 years ago
What are all the different possible ways of passing parameters from one servlet to another servlat or jsp?
14 years ago
I want a servlet to get values from one html page and pass the values to another html page.How is to be done?
14 years ago
Sir,
I have created a HashMap object in one jsp page.i want to pass the HashMap Object to another jsp page.How to do it with an example please?
14 years ago
JSP
<%
String url =response.encodeURL("hello2.jsp");
%>

\'> >hello2.jsp --- this line in not working.I want to know the syntax of giving jsp Expression tag inside html tag.Please help
14 years ago
JSP