frameset

2001-05-02 Thread Марков Денис
ealy three. The frameset is ok but content is missing. There are no Exceptions. May be I did not configure it as it has to be. Any ideas? Thanks.

Frameset problem

2002-05-07 Thread Vincent Lambert
Hi, I am using TC 4.0.3 with JDK 1.4 connected to apache with webapp connector. Every thing works find except when i call two or more JSP within a frameset ! Did someone experience the same problem and how can I fixe it. Thanks in advance, Regards, Vince PS : My files... httpd.conf

RE: Frameset problem

2002-05-07 Thread Tim Cronin
: 'Tomcat Users List' Subject: Frameset problem Hi, I am using TC 4.0.3 with JDK 1.4 connected to apache with webapp connector. Every thing works find except when i call two or more JSP within a frameset ! Did someone experience the same problem and how can I fixe it. Thanks in advance

RE: Frameset problem

2002-05-07 Thread Abraham Fathman
: Tuesday, May 07, 2002 8:11 AM To: 'Tomcat Users List' Subject: Frameset problem Hi, I am using TC 4.0.3 with JDK 1.4 connected to apache with webapp connector. Every thing works find except when i call two or more JSP within a frameset ! Did someone experience the same problem and how

RE : Frameset problem

2002-05-07 Thread Vincent Lambert
Apache is not responding any more... -Message d'origine- De : Abraham Fathman [mailto:[EMAIL PROTECTED]] Envoye : mardi 7 mai 2002 16:31 A : 'Tomcat Users List' Objet : RE: Frameset problem What is the problem that you are having? I had a problem in a similar contex

Re: Frameset problem

2002-05-07 Thread Rick Fincher
If your index.jsp is a frameset each frame gets called with a different session number. You may need to make a simple index.jsp that calls your frameset, otherwise session info set in one frame won't be available to pages in another frame. Rick - Original Message - From: &qu

RE: Frameset problem

2002-05-13 Thread Abraham Fathman
Or create a your session in index.jsp... -Original Message- From: Rick Fincher [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 07, 2002 2:21 PM To: Tomcat Users List Subject: Re: Frameset problem If your index.jsp is a frameset each frame gets called with a different session number

Problem displaying FRAMESET

2002-05-15 Thread Michael Gerdau
Hi ! I have the following problem with frameset/frame: (running Tomcat 4.0.3 using jdk1.3.1_02 on W2Ksp2 or WinNT 4 fp6a; browser is Opera 6.01 or IE 5.00.3315.1000;SP2) I'm trying to display a page using frames and it doesn't work. When I enable Frames in my browser I see white on

Frameset problem with mod_webapp

2002-08-19 Thread Sudhakar Barua
sists of:- When I load test.html directly(i.e.,bypassing the Apache Web Server) http://localhost:8080/kamatoapp/kamato/test.html, everything works fine. But I get one of these errors everytime I try to load the frameset through the Apache-Tomcat connector, using the url

RE: RE : Frameset problem

2002-05-07 Thread Whitcomb, Roger
What OS? I have been using FRAMESET with multiple JSPs (including some that define APPLETS) for a while with no problems. But I have been using mod_jk (this is on Win NT and Win 2K) to connect to Apache (1.3.23 and 1.3.24). Roger Whitcomb Computer Associates Senior Software Engineer

RE: RE : Frameset problem

2002-05-07 Thread Richard Bailey
I too have been using framesets with no problem, in fact one page with a frameset is a jsp page. What error are you getting? Regards, Richard At 12:08 PM 2002-05-07 -0400, you wrote: >What OS? I have been using FRAMESET with multiple JSPs (including some >that define APPLETS) for a

How to maintain session attributes in a frameset?

2003-02-05 Thread Johann Uhrmann
Hi, I'm using the following configuration: - Tomcat 4.1.12 - Struts 1.1b3 - JSTL 1.0 - a frameset containing two frames (all JSP) The JSP containing the frameset sets session attributes using the tag from JSTL. The frameset is built by using the Struts tag (relative URLs to frame in the

Re: How to maintain session attributes in a frameset?

2003-02-05 Thread Bill Barker
"Johann Uhrmann" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > I'm using the following configuration: > > - Tomcat 4.1.12 > - Struts 1.1b3 > - JSTL 1.0 > - a frameset containing two frames (all