Re: Urgent help needed

2006-01-19 Thread Ganesh K
Hi, You can use this attribute in the tag ** Thanks, K.Ganesh

Re: Urgent help needed

2006-01-19 Thread Aldo Vadillo Batista
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

RE: Urgent help needed

2006-01-19 Thread Rakesh.Bhat
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

Re: Urgent help needed

2006-01-18 Thread Josh McDonald
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...

[OT] [MIME] Re: Urgent help needed : Printing Jasper Reports

2005-11-04 Thread Dave Newton
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

RE: Urgent help needed on struts!

2004-07-02 Thread Robert Taylor
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

Re: Urgent help needed on struts!

2004-07-02 Thread Mark Lowe
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

Re: Urgent help needed on struts!

2004-07-01 Thread Ding Lei
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

Re: Urgent help needed on struts!

2004-07-01 Thread Can Zheng
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

RE: Urgent help needed on struts!

2004-07-01 Thread Robert Taylor
//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, >

Re: Urgent help needed on struts!

2004-07-01 Thread Mark Lowe
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

Re: Urgent help needed on struts!

2004-07-01 Thread Ding Lei
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

Re: Urgent help needed on struts!

2004-07-01 Thread Mark Lowe
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

Re: Urgent help needed on struts!

2004-07-01 Thread Ding Lei
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

Re: Urgent help needed on struts!

2004-07-01 Thread Mark Lowe
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

Re: Urgent help needed on struts!

2004-07-01 Thread Ding Lei
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

RE: Urgent help needed on struts!

2004-07-01 Thread Robert Taylor
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

RE: Urgent help Needed....... Using multiple struts-config.xml- ActionErrors problem

2004-05-11 Thread Normanjaisingh pauldurai
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

RE: Urgent help Needed....... Using multiple struts-config.xml- ActionErrors problem

2004-05-11 Thread Daniel Perry
>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