password encryption on edit ...

2002-03-13 Thread anand
Hello, In my TR.P i choose to encrypt the password field I am using mysql and things work fine.Now i had posted some topics on updating a users password by accessing the Turbine API, values are rewritten once the user is logged off.From the mail listing i found out using EditAccount.vm work

problem with RSS portlet - newbie question

2002-03-13 Thread David
I've been trying to get the RSS portlet working and all I get is the following error message: org.apache.turbine.util.TurbineException: Error rendering Velocity template: /controls/html/jetspeed.vm: Invocation of method 'getContent' in class org.apache.jetspeed.portal.portlets.NewRSSPortlet th

RE: How to modify the skin? can't change the font color for the table

2002-03-13 Thread Irene Huang
Paul, I have tried to use style attribute in the tag, and in the souce code, it showed However, it didn't show the color on the screen. Then I hard code in my portlet, it worked! Is there a rule that I couldn't change the font color ? (in the default.css, I have deleted the "color" attribute

Problem running Jetspeed using Mysql

2002-03-13 Thread Jefferson Uy
Hi, I've installed Jetspeed 1.3a2 and it worked fine with hsql. I changed the database to MySQL. However, I've hit a brick wall since I don't know why I'm getting this error when I first log in as "admin". Horrible Exception: java.lang.Error: Error in BasePeer.initTableSchema(TURBINE_USER): No s

How to disable the required Secret Key in Confirmation page

2002-03-13 Thread Louie Lansang
I would like to disable asking a new user to input a secret key on the new user confirmation page. I configured JR.p as follows: newuser.confirm.enable=false [EMAIL PROTECTED] newuser.confirm.email.name=Portal Administrator newuser.confirm.email.template=new-user-confirmation.vm Shouldn't that d

Rename "Jetspeed" problem

2002-03-13 Thread Irene Huang
Hello, I tried to have 2 copies of jetspeed running under the \webapps, but the copied one, "newjetspeed", can't read my portlets in \webapps\newjetspeed\WEB-INF\classes\myportlet; instead, it read the original copies. Q: how do i keep 2 different copies of jetspeed under the same webapps? Then

Re: Trying to make a confirmation page after login.

2002-03-13 Thread paulspencer
Forgot a step :( 3) Add a "Login" link/button some where on the inital screen, either in a navigation bar or a protlet. It should link to /jetspeed/portal/template/Login Would "Login Button without username and password prompt on the naviation bar" be a nice enhancement? Paul Spencer -- To

Re: Trying to make a confirmation page after login.

2002-03-13 Thread Paul Spencer
Mark, 1) Disable the login on 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 Burmeiste

RE: Trying to make a confirmation page after login.

2002-03-13 Thread Emmanuel Bardet
Down to the Jetspeed gurus... Quick thought though. What about having the check box in the login screen ? Or in the login form which stands in the home page ? -Original Message- From: Burmeister, Mark [mailto:[EMAIL PROTECTED]] Sent: 13 March 2002 21:55 To: 'Jetspeed Users List' Subject:

Re: Portlet Link - Target Frame

2002-03-13 Thread Paul Spencer
Mike, Their is a portlet, named Jetspeed, that has the openinpopup parameter. You must customize the portlet to change the value from false to true. I confirmed the links will open in a popup window. I tried your portlet definition, but I am getting the following error in jetspeed.log

RE: Trying to make a confirmation page after login.

2002-03-13 Thread Burmeister, Mark
This is a requirement that was handed down to me. They want a user to agree everytime they login. I was thinking of using the screen.homepage=Home in the turbine properties but that only displays the first time they login, not at everylogin. Any ideas are welcome... -Original Message- F

RE: Trying to make a confirmation page after login.

2002-03-13 Thread Emmanuel Bardet
Not sure about it but you could just add a check box in the user creation page, couldn't you ? I can't see why you 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 PROTECT

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: Portlet Link - Target Frame

2002-03-13 Thread Mike Lecza
Yes - my rrs.xsl does have that entry. Any other ideas? Tried restarting the server for the fun of it but no luck :-( -Original Message- From: Paul Spencer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 4:22 PM To: Jetspeed Users List Subject: Re: Portlet Link - Target

Re: Portlet Link - Target Frame

2002-03-13 Thread Paul Spencer
Mike, Does the file /WEB-INF/xsl/rss.xsl contain the line: If not, then I send me an email to [EMAIL PROTECTED] I will reply with the current file, our you could download from the cvs (http://cvs.apache.org/viewcvs.cgi/jakarta-jetspeed/webapp/WEB-INF/xsl/rss.xsl) Paul Spencer Mike Lec

RE: Portlet Link - Target Frame

2002-03-13 Thread Mike Lecza
Thanx Paul, I have the following in my xreg but the parameters seem to be ignored. I have version 1.3a3-dev running. Any ideas? Gaming News Moreover Gaming News http://www.moreover.com/cgi-local/page?o=rss&c=Gaming%20news

Re: How to modify the skin?

2002-03-13 Thread Paul Spencer
Irene Huang wrote: > Hello, > > I want to change the text font, color, backgroud color of the tabs and the > portlet title bar. > I have looked into the skin.xreg, but I can't figure out how and where to > modify those "style-class". > Any advice? A simple example will be great help!! > > >

Re: Portlet Link - Target Frame

2002-03-13 Thread Paul Spencer
This is dependent on the portlet type. See the Portlet Catalog in Jetspeed's documentation for more detail. Portlet Type Parameter --- RSS openinpopup http://jakarta.apache.org/jetspeed/site/portlet_config_RSS.htmlWebPagePortlet WebPagePortlet

Portlet Link - Target Frame

2002-03-13 Thread Mike Lecza
Is there anyway to configure a portlet so that any links in that portlet open a new browser? Lets say I have a portlet getting news from moreover.com – when I click on on of the news links in my portal I want a new browser instance to startup. Regards

How to modify the skin?

2002-03-13 Thread Irene Huang
Hello, I want to change the text font, color, backgroud color of the tabs and the portlet title bar. I have looked into the skin.xreg, but I can't figure out how and where to modify those "style-class". Any advice? A simple example will be great help!! Q1: where and how to define/modify these

Newbie questions

2002-03-13 Thread David Fu
Hi all, I'm new to the Jetspeed arena and have some newbie questions. My company is thinking of deploying Jetspeed and I am doing some preliminary investigation. Going through the Jetspeed/Turbine website I couldn't find information on user groupings and setup. I was wondering if Jetspeed/Turb

Re: Refreshing JetSpeed Properties

2002-03-13 Thread Paul Spencer
Mike, Tomcat v4 allow a webapp to be stopped and started, see /manager in the tomcat documentation. I seem to think their was a problem with the turbine/jetspeed user database being locked on the restart, but I did not have time to confirm it. Mike Lecza wrote: > > Is there any way to ref

Refreshing JetSpeed Properties

2002-03-13 Thread Mike Lecza
Is there any way to refresh property settings (as in JetspeedResources.properties, JetspeedLocalization …) without restarting Tomcat? I am new to JetSpeed and just starting to play around with settings and find it annoying to have to restart after each time I change a property. I understand th

changing jr.params at runtime

2002-03-13 Thread Markus Strauß
is it possible to have a portlet to behave "different" from other portlets? what i have in mind is this: i would like to open a (velocity if possible) portlet in an popup-window. but for this extra-window i would like to disable the top- and bottomnavigations. now as this is implemented in the jr