Deepa Korecherla

Ranch Hand
+ Follow
since Jul 14, 2004
Merit badge: grant badges
For More
http://geocities.com/deepa_on_net
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Deepa Korecherla

This looks silly....but can't figure out. I need to get a float type value from a string value.

Why is the float value rounding up. For example

when i give 123456.488 it results in 123456.484
when i give 988800.45 it results in 988800.44

String sFloatSales = "123456.488";
float fFloatSales1 = Float.parseFloat(sFloatSales);
float fFloatSales2 = Float.valueOf(sFloatSales).floatValue();

Please reply.
16 years ago
oh did not check the /* after the TestServlet....thought you were referring to /TestServlet
16 years ago
Change the URL in the form action to TestServlet. The mapping is thru TestServlet not ExampServlet.
16 years ago
use the substring ...and concate "/" to the URL.
16 years ago
try clearing the cache and using include
16 years ago
JSP
I am on 10 th level....i tried all clues.,..but I always get messages as..right person,wrong monicker....or ....not too long....
I tried according to those clues...none worked...can I get any more clues??
18 years ago
now i'm using only logic resent and notPresent

In action class i'm setting the attribute only if object is not null/empty.
now again i've problem..
if I put myobject.equals("null")
It shows the table in my jsp though it don't have any records in it
pls pls pls help
reply if not clear
19 years ago
now i'm using only logic resent and notPresent

In action class i'm setting the attribute only if object is not null/empty.
now again i've problem..
if I put myobject.equals("null")
It shows the table in my jsp though it don't have any records in it
pls pls pls help
reply if not clear
19 years ago
I am using logic:notEmpty tag to display the contents of the table which I'm getting from the database.
but It doesn't work.
what shud I use..if the table is empty (display a msg "no records") else display the table
pls help asap
19 years ago
I want to know how we can make a button work like triggger..
i.e., whe i press a button as EDIT that button should change into button with label UPDATE
its urgent pls help
I got the score report from prometric yes'day..I passed with 72%
with a 10 day study...
I got the certification kit long back..when everyone got.
19 years ago
I still cannot get recent results. I am getting results only for max. of 200 matches which are only till year 2001...I want the most recent results from the seearch....
I searched for a very general topic in the search but can't get results from the recent years...matches stop to max. 200 matches..which starts from year 2000 to yr 2001.
Pls respond
19 years ago
Hi,
When I seacch with a term in the search I get results which are very old from year 2001 for about 20 results in the page and there is no next button for that results page....and I am not able to see results which are after that like from year 2003/04/05.
The dated search is only allowed for 30 days old posts..What about if I want 1 year old posts.
Pls reply...waiting........
Thanks
19 years ago