gem

Greenhorn
+ Follow
since Apr 03, 2002
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 gem

I have enormous amount of servlet code in which i am ocassionally redirecting to *.jhtml files. But now all *.jhtml 's are changed to *.jsp. So instead of going to each and every servlet to change .jhtml to .jsp can i change the sendRedirect(String url) method as :
{
if (url.indexOf(".jhtml") != 0)
url = url.replaceString();
}
where replaceString is some method which changes the .jhtml to .jsp
22 years ago
Looking for job? here is one to earn dollars of money (at least 500$) in a month.
To know more about this register at following site
http://www.nitroclicks.com/join.phtml?referred=pankaj1554
and click on "JOIN US" at the bottom left of the page.
22 years ago