pink yadav

Greenhorn
+ Follow
since May 27, 2008
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 pink yadav

Hi All,

I have an application developed in struts1.2. When i click on logout, it get me on login page and make session invalidated.
When i hit browsers back button it shows a message "This page has been expired" on IE. When i refresh that page it get me logged in.
I have used "no-cache" mechanism on each jsp page.

response.setHeader("pragma", "no-cache");
response.setHeader("cache-control", "no-cache");
response.setHeader("cache-control", "must-revalidate");
response.setHeader("cache-control", "no-store");
response.setHeader("expires", "0");

Help me out to resolve this issue...
12 years ago
Hi viewers,

I want to display data from the database in a popup html/jsp.
on that popup i want slider. using slider i can range my data.

Please provide me sum links/help.
Hi all,
In IE7.0 open 2 tabs. In one tab i open application deployed on WAS6.1(admin module which required login credential) and in other tab i open a website deployed on WebSphere Portal Server6.1.

When i refresh website first and then refresh application it shows error Error 404: SRVE0190E: File not found: {0}.

Please help.
12 years ago
Hi all,

I want to convert .html file (with controls like drop down, text boxes) to .pdf

Please help if you can.
Hi all,
I need SCJP voucher with validity upto feb-2010.
Please inform me at mail.sanjayyadav@yahoo.com
14 years ago
thanks to reply, but
I mean to say that can we create our own marker interface like Serializable?
14 years ago
Hi all,
1) Can we create our marker interface in java without extends Serializable Interface
2) Otherwise how can we instruct to jvm this is my marker interface if we create.
3) How JVM will know the default marker interface or is there any specification java using to indicate to jvm



14 years ago
Hi all,
I am facing this problem while running my project on WAS6.1.
Error 500: LinkageError while defining class:
For compilation, i am using jre6 environment on my local machine. when i transferred compiled class on production, specified problem generated.
please give me solution.
14 years ago
Hi all,
I have put all the plugins, related to JBOSS in eclipse plugins folder.
But i m unable to get the option to start or stop jboss server in eclipse.
Please give me some idea to resolve this

Thanks & regard
Sanjay
15 years ago
Hi all
I have view, showing some records. after click on one record, a form is opened in edit mode. after some change when say submit, view does not get refreshed automaticaly. i need to refresh it manualy.
Give some idea or code to do so.

Thanks & regards
Pink
What is join in thread?