kirtesh jain

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

Recent posts by kirtesh jain

Hi All.
I have one JSP page where i am Displaying some data in table retrived from some objects, By Using window.print() option it is working fine.
But I want to print only those part which are present in table not whole page, since the window.print() prints whole page.
Please help me what can be done to solve my problem.
Thank You
all my classes and the servlet classes i kept in the package com.sp.utility, and since my apllet is using some java classes from those so i kept that also in that. By default when we deploy all class files are generated in the WEB-INF/classes folder then again i have to build the necessory files with the Applet file ?
15 years ago
Thank You for correcting me. I was in wrong Thinking thank you once again.
Suppose that if i move my Applet classes to main folder where my Html page is located which is calling Applet then, How can i include or import other classes which are in com.sp.utility package simply by import command in my applet file or anything else i have to do?
15 years ago
If i am not Wrong WEB-INF/classes is publicly accessible so i kept my applet class with other clasess in that.
What else can be done instead of moving so that Applet class is accessible form the package com.sp.utility itself ?
15 years ago
Thank You For Your Reply Sir,
I can not Move the Applet class file because it depends some more classes and in one of my file my database connectivity is also present so instead of moving my Applet class file , Can i include the path in APPLET Tag, how can i do that please tell me
Thank You
15 years ago
Hi.
I am using first time Applet, as test Applet it was working fine.
But When I Run Actual Applet File with my Application Structure It is giving ClassNot Found Error.
-The Applet Class is in the package "com.sp.utility" i.e , rootfolder/WEB-INF/classes/com/sp/utility/
-My Applet class file Name is DescWin.class
-My HTML file which is calling Applet is in
rootfolder/main/ShowApplet.html

So Please Tell me how my APPLET Tag should be in HTML file so that it can Solve my Error
Please Help Me out
Thank You
15 years ago
Sorry Sir next time I will take care of all those things which you have mentioned.
but please help me to solve my query.
Thank You.
15 years ago
so how can i do???
15 years ago
Thanks For Reply..
I am using Tomcat....
15 years ago
If so, simply create a request-scoped variable. You can then use the EL on the JSP to access the variable

hi .
thanks for reply.
Please can you tell me something more about request-scoped variable and EL in JSP to Access variable using a sample code for example my class name is DataHolder and the object i hav is DH..Please show me using example since i am new to Servlet and JSP
Thank You.
15 years ago
hi... i hav one class which contains almost 10 vectors of different types...
and to display i hav to transfer that object to jsp page so please tell me what is the best way to transfer the object with example code please help me out...
thank you...
15 years ago
hello...
i am working on one project java with database ms access ....i hav created dsn and all manully...so i want to know when we create war file to deploye on the server then how we hav to carry out the dsn name and connectivity...is there also has to do manually or some where in file we have to write configuration...???
please solve my query....thank you...
15 years ago
Thanks for reply....
please can you tell me more abt....
once again thank you...
15 years ago
hi ....
I am one Servlet where iam reading a file ....reading file is not a problem that function is working perfectly on my system ,....i wanted to know when this servlet is running on server how can i read a file which is located into client machine ...?
please help me out
thank you
15 years ago
hi...
is it possible to create a shortcut in startup menu for a programme using java???
please tell me how can i do ...
thank you.
15 years ago