Disable customization of individual portlets

2002-04-12 Thread Burmeister, Mark
I want to be able to disable customization of individual portlets. I found that you can disable/enable customization based on logged in or not in jr.prop services.JetspeedSecurity.permission.default.anonymous=view services.JetspeedSecurity.permission.default.loggedin=* Can I add a parameter to

Access role psml

2002-04-11 Thread Burmeister, Mark
Under the PSML directory there is a ROLE directory. I want to be able to access that psml file from any user and update if from the admin user. I have a handle on how I am going to do this but I have no idea how to get every user to access teh same psml file to view a specific portlet that is con

RE: jetspeed.getPane("news")

2002-03-22 Thread Burmeister, Mark
athInfo("page","news") Sorry if Im repeating myself > -----Original Message- > From: Burmeister, Mark [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 22, 2002 9:52 AM > To: 'Jetspeed Users List' > Subject: RE: jetspeed.getPane("news")

RE: jetspeed.getPane("news")

2002-03-22 Thread Burmeister, Mark
M To: Jetspeed Users List Subject: Re: jetspeed.getPane("news") Mark, If this is implemented, would it solve this problem? Paul Spencer Burmeister, Mark wrote: > I have changed how I am handling how the page is displayed > After login a user is directed to my legal.vm pa

RE: jetspeed.getPane("news")

2002-03-21 Thread Burmeister, Mark
name of the message screen is configurable, this would make a nice enhancement to Jetspeed. Or directly stated, please contribute it [:)] From, JR.p # Name of screen to display after the user is logged in, but before # their portal is displayed login.message.screen=terms Burmeister, M

RE: jetspeed.getPane("news")

2002-03-21 Thread Burmeister, Mark
you may have uncovered a problem in home.vm regarding using different pages... > -Original Message- > From: Burmeister, Mark [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 21, 2002 10:48 AM > To: 'Jetspeed Users List' > Subject: RE: jetspeed.getPane(&qu

RE: jetspeed.getPane("news")

2002-03-21 Thread Burmeister, Mark
current user as: $jlink.addPathInfo("page", "news") > -Original Message- > From: Burmeister, Mark [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 21, 2002 9:56 AM > To: 'Jetspeed Users List' > Subject: jetspeed.getPane("news") &

jetspeed.getPane("news")

2002-03-21 Thread Burmeister, Mark
Does this feature work? Version 1.3.2a I have been trying to add a pane to one of my .vm files and all i get is the default pane. jetspeed.getPane("news"), I have the news psml file in every directory possible but it never picks it up. Am I doing something wrong or does this not work for anything

RE: can we "lock" user navigation inside a portlet?

2002-03-21 Thread Burmeister, Mark
I got this to work by making an html portlet. The html portlet simply contained a iframe with a src of the page I wanted to display. -Original Message- From: Aurelien Pernoud [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 8:00 AM To: 'Jetspeed Users List' Subject: RE: can we

RE: Problems with PSMLDocument.java

2002-03-19 Thread Burmeister, Mark
: Re: Problems with PSMLDocument.java Mark, Why are you not using the PSMLDocument class define in org.apache.jetspeed.om.profile.PSMLDocument? Paul Spencer Burmeister, Mark wrote: > I am trying to use the inDocument method in PSMLDocument.java. > Every time I try to create a reference t

Problems with PSMLDocument.java

2002-03-18 Thread Burmeister, Mark
I am trying to use the inDocument method in PSMLDocument.java. Every time I try to create a reference to that class with the following line of code: PSMLDocument userAccepted = new PSMLDocument( data ); I get the following exception: Horrible Exception: java.lang.NullPointerException at org.a

RE: Trying to make a confirmation page after login.

2002-03-14 Thread Burmeister, Mark
the navigation bar, property topnav.user_login.enable in JR.p (/WEB-INF/conf/JetspeedResources.properites) 2) Add you "clicking Login means you accept the following terms" to the login screen /WEB-INF/templates/vm/screens/html/login.vm Paul Spencer Burmeister, Mark wrot

RE: Trying to make a confirmation page after login.

2002-03-13 Thread Burmeister, Mark
ou need to have the user to agree to your terms at each login. -Original Message----- From: Burmeister, Mark [mailto:[EMAIL PROTECTED]] Sent: 13 March 2002 21:40 To: '[EMAIL PROTECTED]' Subject: Trying to make a confirmation page after login. I am tring to implement a confirmat

Trying to make a confirmation page after login.

2002-03-13 Thread Burmeister, Mark
I am tring to implement a confirmation page after every successfull login to Jetspeed. I want the user to have to agree to the terms of my site before continuing. I have successfully been able to do this modifying the home.vm file. The main problem I keep encountering is that every other action p

RE: Oracle PSML Database

2002-02-27 Thread Burmeister, Mark
Sorry, the column that is not in the database is JETSPEED_USER_PROFILE.PSML_ID -Original Message- From: Chris Kimpton [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 3:34 PM To: [EMAIL PROTECTED] Subject: Re: Oracle PSML Database Hi, --- "Burmeister, Mark&quo

Oracle to PSML

2002-02-27 Thread Burmeister, Mark
I am getting the following exception my jetspeed.log file when the PSML Importer runs SELECT JETSPEED_USER_PROFILE.PSML_ID, JETSPEED_USER_PROFILE.USER_NAME, JETSPEED_USER_PROFILE.MEDIA_TYPE, JETSPEED_USER_PROFILE.LANGUAGE, JETSPEED_USER_PROFILE.COUNTRY, JETSPEED_USER_PROFILE.PAGE, JETSPEED_USER_

Oracle PSML Database

2002-02-26 Thread Burmeister, Mark
Does anyone have any accurate configuration instructions for getting Oracle 8i working using the PSML files. I have followed all the instructions and keep gettting errors in my jetspeed.log such as Any help would be much appreciated. Running PSMLImporter... java.lang.RuntimeException: Coul