sorry about that huge piece of code..
to simulate the problem..copy the above code and save it as an html file
now click on the missing image which says
Toggle control...Surface and Reservoir Sections.
an error pops up..if a confirmation box appears
Yes/No then press no (this error does not...
Hi,
I have a page with three submit options.When I enter data and press enter to submit the page the validation(done in javascript) for the first button gets triggered.If the validation is ok then the page submits with a loud continous beep going for 3-4 seconds and if the validation fails then...
Hi,
I have to post an xml using ServerXMlHttp (MSXML 4.0) in the secure mode.
The recieving system requires a client certificate to authenticate the post.
Please let me know(in detail) how this can be done.Preferably with a sample code.
Please dont point me to any msdn links ...I have gone...
Hi,
I have a problem in sql server 2000.
Take the example below and please let me know how i could
group by and order by ponumber and company
(Select ponumber,Company from tableA)
union
(Select ponumber,Company from tableB)
Please help asap as this urgent.
I want to query microsoft active directory to retrieve all users whose last name are between (let us say) x and y. How do I do it in Visual Basic?
Please help. This is urgent.
Ok I did some more investigation. I am using weblogic 6.1
Let me explain the problem in a better manner.
I have a servlet called ControllerServlet which calls the OrderSessionBean using the normal jndi lookup. Now this session bean in turn calls the OrderEntityBean.
Ok note that the...
Hi
I am using Weblogic 6.1 and I am getting this error when I deploy . Please help.
Unable to deploy EJB: OrderEntity from order.jar:
java.lang.NullPointerException
at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.setMDField(ClientDri
venBeanInfoImpl.java:666)
at...
Hi
I am using Weblogic 6.1 and I am getting this error when I deploy . Please help.
Unable to deploy EJB: OrderEntity from order.jar:
java.lang.NullPointerException
at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.setMDField(ClientDri
venBeanInfoImpl.java:666)
at...
Hi.
Well i am a newbie to linux.I managed to install red hat linux 7.1.Initally i had problems with this but then managed to install with the no DMA option.
Now the problem comes up wen i try to access my cdrom.
My machine hangs and i am forced to restart my machine.
I refered to the excore...
Ok i guess that aint gonna be the solution...
i dont know much about Resin ...
but as for weblogic...everytime i make changes to the jsp..
it is re-compiled and then loaded...
guess that does not happen with resin...
maybe the server keeps the old copy of the code until u re-start the server...
i just went through some details about the resin webserver..
i found that "Sessions should be disabled for caching."
Now in your case u want to avoid caching..
so u can as well enable sessions in your program to avoid the problem..
try and let me know..
or you could try to add this piece of code into your html..
<html>
<head>
<meta http-equiv="Expires" CONTENT="0">
<meta http-equiv="Cache-Control" CONTENT="no-cache">
<meta http-equiv="Pragma" CONTENT="no-cache">
</head>
let me...
maybe you could try this...
just add this piece of code to your jsp file diplaying the xml file and let me know if it works..
<%
response.setHeader("Cache-Control","no-cache");
response.setHeader("Pragma","no-cache");
//prevents caching at the proxy...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.