madhu Chitloore

Greenhorn
+ Follow
since Jul 23, 2004
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 madhu Chitloore

I understood your point , then how to check line break character ?? is it possible?
15 years ago
Thanks for your reply , but my experiment on jtextpane. how to get a row in jtextpane ? and how to traverse next row ?
15 years ago
Hi,
I was trying out one simple example where i have one JTextPane which have multiple lines and one JButton. upon clicking button(Next) i want to select a row, on succeeding clicks i need to select next rows..... i tried below logic but did not work ...


if you have any idea like how to select a row on clicking a button next please tell me.

Thanks,
15 years ago
But i have tried even that : -Xmx1024mb .... its giving same error : outOfMemoryException !...


Thank you for your reply....
Hi,
I have 90mb xml file where i am parsing that xml using DOM ... and i am getting out of memory exception ... can anyone tell me the solution for this ??? and i cant use SAX parser for my application ...

Thanks,
I think files like propertyfiles , xmls , etc.. should be above WEB-INF ...
Not every such files will be placed inside WEB-INF ... Anyway it worked ..

Thank you
15 years ago
Hi,
I need to access file which is above WEB-INF folder from my action class.
I dont want to specify the absolute path for this...
I even used URL url = new URL("http://localhost:7001/webapps/props/some.xml");
and "http://localhost:7001/" is also absolute ... can anyone tell me how to access the file ?

Thanks,
15 years ago
i am creating a file using an applet ... that applet code is above web-inf folder .... if i create a file ... its creating on my desktop instead of current directory where applet is running .... what is that so?
and also i have two files where i am reading from applet ... but if i place those two files in my desktop , then it reads ... and if i place those files in current directory i will get FileNotFoundException.
I have created my own .java.policy file for accessing and reading the files...i have no problem in that....
The problem i am facing is , when i give absolute path , the file is being read ... but my question is why always c:\Document and Settings\madhu\Desktop ?? why it takes this as a classpath ??

Thankyou,
15 years ago
i am creating a file using an applet ... that applet code is above web-inf folder .... if i create a file ... its creating on my desktop instead of current directory where applet is running .... what is that so?
and also i have two files where i am reading from applet ... but if i place those two files in my desktop , then it reads ... and if i place those files in current directory i will get FileNotFoundException.
I have created my own .java.policy file for accessing and reading the files...i have no problem in that....
The problem i am facing is , when i give absolute path , the file is being read ... but my question is why always c:\Document and Settings\madhu\Desktop ?? why it takes this as a classpath ??

Thankyou,
15 years ago
hi all,
i've a jsp page and i've submit button in that page. if i click that button it should take to same JSP page, this should happen for number of times i specify... example if number is 10, it should repeatedly take me to that page 10 times after submit button is pressed...... in servlet i'm using

but when i use this it takes me forever after hitting submit button but i need to be fixed for example 10 times....
help me....
17 years ago
JSP