RE: IFramePortlet Maximize

2004-02-16 Thread Pernoud Aurelien
Liu, Richard a écrit : 100% works for width, not for height. I looked into the generated HTML code. The problem is because in the generated HTML, the height of the IFrame is set correctly; but the height of the parent table of the IFrame is missing, it should be set to be the same as the

buildNormalContext called twice?

2004-02-16 Thread Alessandro La Rocca
Hi all, I created and configured a simple jsp portlet with the related action class. Since it is a test, both the jsp template and the action class do nothing other than printing a line (to the System.out) as debug for checking the execution. If I simply open the pane where this porlet is

RE: Can 'Warning: page expired' be prevented?

2004-02-16 Thread Holger Dewes
-Original Message- From: Stijn de Witt [mailto:[EMAIL PROTECTED] Sent: Sunday, February 15, 2004 2:14 PM To: Jetspeed Users List Subject: Re: Can 'Warning: page expired' be prevented? But why is it happening? Does Jetspeed need to send parameters along on every request? IE

RE: Is there any way to set template through action class

2004-02-16 Thread Holger Dewes
-Original Message- From: Dmitry Sklyut [mailto:[EMAIL PROTECTED] Sent: Friday, February 13, 2004 7:49 PM To: 'Jetspeed Users List' Subject: RE: Is there any way to set template through action class I am doing it in the buildMaximizedContext() and it works just dandy Yes, sorry,

RE: Is there any way to set template through action class

2004-02-16 Thread Holger Dewes
-Original Message- From: Jeremy Ford [mailto:[EMAIL PROTECTED] Sent: Friday, February 13, 2004 4:53 PM To: [EMAIL PROTECTED] Subject: RE: Is there any way to set template through action class In order for this to work, you cannot specify the action in the URL. You can only

RE: How to set a template through action event.give me one example

2004-02-16 Thread Holger Dewes
-Original Message- From: S, VENKATESH [mailto:[EMAIL PROTECTED] Sent: Monday, February 16, 2004 8:18 AM To: Jetspeed Users List Subject: RE: How to set a template through action event.give me one example Hi, Thanking all of you for your responses. Please anyone can

Re: Can 'Warning: page expired' be prevented?

2004-02-16 Thread Stijn de Witt
Thanks Holger, that indeed explains it. So basically, this is an Internet Explorer issue, that cannot easily be solved by web authors. Oh, one more question about this, do you know if this behaviour has anything to do with choosing 'get' or 'post' as the 'method' for sending the form? -Stijn

RE: Can 'Warning: page expired' be prevented?

2004-02-16 Thread Holger Dewes
-Original Message- From: Stijn de Witt [mailto:[EMAIL PROTECTED] Sent: Monday, February 16, 2004 12:27 PM To: Jetspeed Users List Subject: Re: Can 'Warning: page expired' be prevented? Thanks Holger, that indeed explains it. So basically, this is an Internet Explorer issue,

RE: buildNormalContext called twice?

2004-02-16 Thread Dmitry Sklyut
I had the same issue and got around it by changing my Action classes to extends GenericMVCAction from extends JSPAction... Dmitry -Original Message- From: Alessandro La Rocca [mailto:[EMAIL PROTECTED] Sent: Monday, February 16, 2004 4:31 AM To: [EMAIL PROTECTED] Subject:

Re: Can 'Warning: page expired' be prevented?

2004-02-16 Thread Stuart Belden
The problem you're experiencing is likely caused by having your FORM actions set to POST. Change then to GET and the problem should go away. [EMAIL PROTECTED] 02/16/04 05:26AM Thanks Holger, that indeed explains it. So basically, this is an Internet Explorer issue, that cannot easily be

RE: Can 'Warning: page expired' be prevented?

2004-02-16 Thread Pernoud Aurelien
But this can lead to other troubles where a request is analyzed / executed twice by the application... It is very very hard to make a webapp 100% compatible with back/next buttons :( Aurelien Stuart Belden a écrit : The problem you're experiencing is likely caused by having your FORM

RE: Can 'Warning: page expired' be prevented?

2004-02-16 Thread Paul Mansfield
On Mon, 2004-02-16 at 14:27, Pernoud Aurelien wrote: But this can lead to other troubles where a request is analyzed / executed twice by the application... It is very very hard to make a webapp 100% compatible with back/next buttons :( Most solutions I've seen use some nasty

Re: Problems with Tomcat 5.0.18 and Jetspeed 1.4 - servlet.init failure

2004-02-16 Thread Paul McCulloch
Hi, I have copied the servlet-api.jar from tomcat to jetspeed -- my jetspeed just did not have a servlet jar. If you have one, maybe wrong version: Copy apache\tomcat5\common\lib\servlet-api.jar to jetspeed-1.4\war\WEB-INF\lib\ (war is where I unpacked the war file) I have 3 jars that are

trouble with MySql

2004-02-16 Thread Bryan K. Cantwell
I get my JS portal 1.4 running fine on 2000 using jdk 1.4.2 and tomcat 4.1.29 and the initial HSQL db. Yet, when I switch to MySql 4.0.17, I get the portal to load, I can go to most default pages and even make SOME changes to users, etc. BUT more often than not, when I click on a link in a portlet

Regarding login IT's URGENT

2004-02-16 Thread S, VENKATESH
Hi, After clicking login button which class will execute,I know that JLoginUSer class is executing but what i have to know is whenever i am giving username as admin how it goes to respective page of admin,whenever i am giving as Turbine how it is going to Turbines page,I wnat to know

Re: Regarding login IT's URGENT

2004-02-16 Thread David Sean Taylor
On Monday, February 16, 2004, at 09:05 PM, S, VENKATESH wrote: Hi, After clicking login button which class will execute,I know that JLoginUSer class is executing but what i have to know is whenever i am giving username as admin how it goes to respective page of admin,whenever i am giving

Re: trouble with MySql

2004-02-16 Thread David Sean Taylor
On Monday, February 16, 2004, at 11:39 AM, Bryan K. Cantwell wrote: I get my JS portal 1.4 running fine on 2000 using jdk 1.4.2 and tomcat 4.1.29 and the initial HSQL db. Yet, when I switch to MySql 4.0.17, I get the portal to load, I can go to most default pages and even make SOME changes to

RE: Regarding login IT's URGENT

2004-02-16 Thread Suchisubhra Sinha \(susinha\)
If you want particular java file check this out org.apache.jetspeed.modules.actions.portlets.CustomizeSetAction ~suchi -Original Message- From: David Sean Taylor [mailto:[EMAIL PROTECTED] Sent: Monday, February 16, 2004 10:20 PM To: Jetspeed Users List Subject: Re: Regarding login

Re: Problems with Tomcat 5.0.18 and Jetspeed 1.4 - servlet.init failure

2004-02-16 Thread Peter Davie
Problem solved. I had a duplicate copy of the lucene.jar, one in the jetspeed/WEB-INF/lib directory and the other in $JAVA_HOME/jre/leb/ext. Once I removed the one in the JRE, and replaced it with the one from jetspeed, the application ran perfectly. Thanks Paul for your assistance! On Tue,