Sridhar M Swaminathan

Greenhorn
+ Follow
since Apr 08, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Sridhar M Swaminathan

Hi..
Well..before using the variable u should declare it.
it should be <DataType> <varName> = request.getParameter("..");
then u can access <varName> in your jsp page...
Hope this will help
- Sridhar
22 years ago
Hi..
I am looking at something that can let me expose those methods that can actually be useful to expose a result. i.e. to say i want to list down all the method-names that can be used in other programs programatically...
How can i do this??
Thanks
Sridhar
22 years ago
Hi.. i am using java mail API for mailing activiites.. infact there was no problem a few days back. but today when i opened the same code i am being thrown an error as below.. Pls help
javax.mail.SendFailedException: Sending failed;
nested exception is:
javax.mail.MessagingException: IOException while sending message;
nested exception is:
javax.activation.UnsupportedDataTypeException: no object DCH for MIME type text/plain; charset=us-ascii

Thanks
Sridhar
22 years ago
Hi Raj & Mahesh..
Thanks
Hi All..
Which is the best method to count the number of records retrieved by an SQL??
Is it to navigate through the RecordSet till the end? or is there a better method ?
Pls suggest
Thanks
Sridhar
Thank You all....
22 years ago
JSP
Hi all
I have a problem with JSP pages... Every time a JSP page is accessed... it just uploads the previous version of the page. meaning... it is not getting refreshed. Is there any way to ensure that it is refreshed before it is loaded??
Pls help
[ April 08, 2002: Message edited by: Sridhar M S ]
22 years ago
JSP