Kartik Rao

Greenhorn
+ Follow
since Nov 04, 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 Kartik Rao

The calculation is failing because the values are interpreted as strings rather than numbers.

Assuming you expect the values to be integers, try extracting them like this:



I would suggest using a regex to validate the content is numeric before attempting to parse.

Cheers
Try startsWith



Cheers
15 years ago
Tomcat 6.0 implements servlet 2.5 and JSP 2.1

You can download a "Source Code" distribution of tomcat 6 from apache.

Cheers
15 years ago