Hi,
You can use this attribute in the tag
**
Thanks,
K.Ganesh
I tried to do this many times but I couldn't. I look for information
in the web but I think there's no possible solution.
2006/1/19, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
> Hi
> Window.onclose works with only IE. However, you can try unload event.
>
> Refer the code snippet below
> function onCl
Hi
Window.onclose works with only IE. However, you can try unload event.
Refer the code snippet below
function onClose()
{
alert("Warning. You are closing the app!")
//do cleanup operations
}
window.onunload=onClose
Kind regards,
Rakesh Bhat
PrimeSourcing
It can be done in old versions of internet explorer, but other than
that, it can't be done. And in most cases if you think you need it,
you're approaching a problem the wrong way. Can you elaborate on what
you're trying to achieve?
--
"His comrades fought beside him, Van Owen and the rest...
Meenakshi Singh wrote:
I have to print a report(which I have created using jasper report). I m
setting the content type as response.setContentType("application/octet-stream");
Moved OT.
-
To unsubscribe, e-mail: [EMAIL PROT
004 10:49 PM
> To: Struts Users Mailing List
> Subject: Re: Urgent help needed on struts!
>
>
> Hi,
> thank you very much !!!
> It works, after I did everything you guys said ...
> I'm just not clear the reason why DOCTYPE & " cause the problem. Would you ple
uot;;
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
version="2.4"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";>
robert
-Original Message-
From: Ding Lei [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 01, 2004 12:44 PM
To: Strut
al Message-
> > From: Ding Lei [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, July 01, 2004 12:44 PM
> > To: Struts Users Mailing List
> > Subject: Re: Urgent help needed on struts!
> >
> >
> > Hello,
> > I'v searched all the recent 800 mes
Hi,
As you are using a 2.4 version, add this to your element
and you have el processing activated.
*.jsp
false
false
On Fri, 2 Jul 2004 01:37:39 +0800, Ding Lei <[EMAIL PROTECTED]> wrote:
>
> Hi Mark,
>Thank you very much for your
//java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";>
robert
> -Original Message-
> From: Ding Lei [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 01, 2004 12:44 PM
> To: Struts Users Mailing List
> Subject: Re: Urgent help needed on struts!
>
>
> Hello,
>
You could try removing
And hope that works, otherwise I haven't had much to do with 2.4
web.xml 's as xdoclet only support 2.3 and under..
Mark
On 1 Jul 2004, at 19:37, Ding Lei wrote:
Hi Mark,
Thank you very much for your fast reply.
I was told that there are much differences b
Hi Mark,
Thank you very much for your fast reply.
I was told that there are much differences between 2.4 and 2.3,
and I would like to use 2.4
> the 2.4 spec has a way of doing this in the web.xml
Would you please tell me how to do this?
>
> What does the rest ofit look like?
>
T
Okay the web.xml seems to be having trouble deciding if its 2.3 or 2.4.
Try making it one or the other..
If you use 2.3 you'll need the
<%@ page isELIgnored="false" %>
in your jsps
the 2.4 spec has a way of doing this in the web.xml
What does the rest ofit look like?
On 1 Jul 2004, at 19:21, Ding L
Hi,
I am using JBoss3.2.4, i.e. Tomcat 5.
here's my web.xml:
http://java.sun.com/j2ee/dtds/web-app_2_3.dtd";>
http://java.sun.com/xml/ns/j2ee";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
version="2.4">
action
org.apache.struts.action.ActionServlet
I've have no experience of this problem however given that its a EL
processing problem then like the next man said check your web.xml and
see what servlet spec it is.
As JBoss ships with tomcat then it could well be a tomcat issue rather
than a JBoss one.
I know that 3.2.5 ships with tomcat 5
Hello,
I'v searched all the recent 800 messages, and found no
similiar messages ..
Would any one of you kindly tell me what might causes the problem?
Thank you!
Ding Lei
On Thu, Jul 01, 2004 at 12:25:50PM -0400, Robert Taylor wrote:
> There was a recent thread on this behavior
There was a recent thread on this behavior although
I cannot recall the resolution.
Please search the mail archives.
Also, make sure you have the appropriate .tld and .jar files
in place. Make sure you web.xml file corresponds to the
containers supported Servlet spec. Make sure you have
importe
ling List" <[EMAIL PROTECTED]>
Subject: RE: Urgent help Needed... Using multiple struts-config.xml-
ActionErrors problem
Date: Tue, 11 May 2004 10:28:00 +0100
>FYI: I don't use message resource in this context.
well there's your problem :)
You need to have the error mes
>FYI: I don't use message resource in this context.
well there's your problem :)
You need to have the error messages in a message resource available to both
modules, so you need to add it to the second config file.
Daniel.
-Original Message-
From: Normanjaisingh pauldurai [mailto:[EMAI
19 matches
Mail list logo