Download Dialog box

2002-08-20 Thread Atul Gulve
Hi, I want to add export functionality in my application. It means, when a user clicks on some link he should get a download dialog box. But I am not able to access HttpServletResponse in xsp. If anyone knows how to implement the above functionality then please do let me know. Thanks Atul

Re: sessions in cocoon

2002-05-29 Thread Atul Gulve
If you want to access session object then you should do it following way in cocoon. In your xsp file you can access the session. org.apache.cocoon.environment.http.HttpSession session = (org.apache.cocoon.environment.http.HttpSession)request.getSession(); Object foo = session.getAttribute("fo

RE: relative path

2002-05-28 Thread Atul Gulve
5506 e-mail [EMAIL PROTECTED] --- -Original Message- From: Atul Gulve [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 28. Mai 2002 14:29 To: [EMAIL PROTECTED] Subject: RE: relative path Instead of using , why don't you use something like this?

RE: relative path

2002-05-28 Thread Atul Gulve
e the same problem with the following: mfg, --- Christoph Stocker Pramergasse 29/14, 1090 Wien, Austria mobile +43-699-1722 5506 e-mail [EMAIL PROTECTED] --- -Original Message- From: Atul Gul

Re: relative path

2002-05-28 Thread Atul Gulve
Hi Have you checked with It works. You can give relative paths. Atul From: "Christoph Stocker" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: relative path Date: Tue, 28 May 2002 13:39:55 +0200 hi! i use: cocoon 2.0.2 on winXP and tomcat 4.0.1 i have a

It works---Re: Cocoon on BEA Weblogic6.1 SP2

2002-05-28 Thread Atul Gulve
rom: Konstantin Piroumian <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Cocoon on BEA Weblogic6.1 SP2 Date: Mon, 27 May 2002 15:38:47 +0400 From: "Atul Gulve" <[EMAIL PROTECTED]> > Hi, > > I have deployed cocoon(2.0.1) application o

Re: AW: Cocoon on BEA Weblogic6.1 SP2

2002-05-27 Thread Atul Gulve
s the directory, where the Cocoon application resides! Based on my experience, the Cocoon installation steps from the website is not ok. The file xml-apis.jar and xerces-1.x.x.jar are not necessary to include in the classpath! I hope this helps. Reto Peter > -Ursprungliche Nachricht- >

Cocoon on BEA Weblogic6.1 SP2

2002-05-27 Thread Atul Gulve
Hi, I have deployed cocoon(2.0.1) application on bea WebLogic6.1 SP2. The first cocoon welcome page is shown properly. Now, the problem I am facing is, bea is not loading sub sitemaps. I am getting following error on the browser. Cocoon 2 - Internal server error --