rajanikanth bhagavan kanth

Ranch Hand
+ Follow
since May 20, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by rajanikanth bhagavan kanth

Hi All,

Could any one help me on getting browser complete version?

I want to get the complete browser version i.e IE 8.0.6001.18702.(NOT IE 8.0)

Thanks,
Bhagavan.
13 years ago
JSP
Hi All,

May i know how the jsp will be compiled i mean to say which tag will be executed first and which tag will be executed last.

I want to know when the java script is executed and when the scriptlet will be executed.

Regards,
Bhagavan.
15 years ago
JSP


it is giving me out put as :: 10.010000000000002 insted of 10.01

May i know why it is giving me like that??

Regards,
15 years ago
window.close is not working in mozilla , i have tried self.close also(Mozilla 3.0.16)

just i called one javascript function in onclick

in that function i wrote like window.close();

can any one please help me.


here is the sample code


Regards
Bhagavan
I need to get the file path and need to read the file.
Hi All ,

I used input type='file' , but it is giving the only file name (i.e if i select the c:\abcd.txt file , it is giving like abcd.txt in Mozilla but it is giving full path in all other browsers).Can any one suggest me the solution for that??
I'm using Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.15) Gecko/2009101601 Firefox/3.0.15 (.NET CLR 3.5.30729)

Hi All,

I'm using simple Spring Application , i deployed it in Jboss.While accessing the URL it is showing some error like

HTTP/1.1 200 OK.

What could be the reason.Can any one suggest me to proceed further.

Regards
Bhagavan
15 years ago
Thank you Sebastian Janisch.It helped me lot
15 years ago
While reading the xml from local system iam getting the following error

org.xml.sax.SAXParseException: Premature end of file.
at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:239)
at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:283)
at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:208)

and my code looks like



can any one please suggest me the solution??

Regards,
Bhagavan
Hi All,

I have a small requirement.I want to log my exceptions and debug messages in log file.But the only thing is i want to log all my exceptions in one log file and all other things like debug and info messages in another file.Is it possible by using logger framework?
Iam able to log all the messages in single file only.

If i posted in wrong forum please excuse me and move to appropriate forum.

Regards,
Bhagavan
15 years ago
Hi All,

<jsp:include page="http://192.168.15.65:9906/tempFile/jsp/tempJsp.jsp" />

its giving exception like file specified is not found : "/http://192.168.15.65:9906/tempFile/jsp/tempJsp.jsp"

But if i type "http://192.168.15.65:9906/tempFile/jsp/tempJsp.jsp" in the browser directly its working fine

Regards,
Bhagavan
16 years ago
JSP
Hi All,

Is threading concept is varying in Linux and windows?

Regards,
Bhagavan
16 years ago
Hi all,
In my application i have used like currentthread.sleep(10000) but it is not working properly

Can any one please suggest me the alternative way to sleep the thread for specific time

Regards
Bhagavan
16 years ago
please please can any one respond to this post