struts concepts in jetspeed

2003-03-14 Thread Alexander Bibighaus
okay i did some searching on the archives before sending this and i couldn't find anything so I'm asking. i'm fairly new to jetspeed. i've got quite a bit of experience using struts. i'm developed a few portlets and figured out the basic concepts of the events in turbine...at least enough to be

Re: $l10n issue with latest CVS

2003-03-14 Thread Jacob Kjome
Hi Jon, >>Does anyone have any hints for me on why this works in CVS from >>2003-02-25 (and the 1.4b3 release, of course) but not in the CVS from 2003-03-12? >Are you using your own resource bundle as well as the stock resource >bundle? And are you using the ChangeLanguage portlet that lets you

RE: allow-if-owner

2003-03-14 Thread Mark Orciuch
> > One more question : > Is it possible to cumulate an "allow-if-owner" element with one or more > "allow-if role=...", meaning "allow if (owner AND role=... OR role=...)" ? > I think that it means "allow if (owner OR role=... OR role=...)". So you could, for example, grant access to owner or adm

RE: allow-if-owner

2003-03-14 Thread Pierre Henry
One more question : Is it possible to cumulate an "allow-if-owner" element with one or more "allow-if role=...", meaning "allow if (owner AND role=... OR role=...)" ? Indeed I want to allow some of my users to customize their portal and not the others, but I also don't want that anybody can see an

Portlet customizer trouble

2003-03-14 Thread Laurent Pringot
Hi, We have trouble customizing psml file through PSML browser. We have a PSML file with 3 columns layout and it's impossible to manage graphically our components "portlets". We see only "entry" components. How to manage, through the Portlet Customizer tool, components "portlets" in Three column

RE: Show a uploaded image

2003-03-14 Thread Weaver, Scott
You could try using a RawScreen inside of an IFrame inside of a portlet. Here is a quick run down of a possible approach. 1. Create a screen class, ImageDisplay that extends RawScreen. 2. Create a portlet with an IFrame whose source: http://localhost/jetspeed/screen,ImageDisplay?imageId=ima

RE: Howto Use Jetspeed Event Model with Links

2003-03-14 Thread Weaver, Scott
The tag could be extended to include an event attribute. That should be relatively easy. In fact I created a pull tool a while back that accomplished the same thing. You could post this to bugzilla as a proposed enhancement. I'm working on extending the current tag library to support JSTL exp

RE: get user roles from velocity

2003-03-14 Thread Pierre Henry
I finally did it by extending the class CustomizePortletSetAction. I put the desired value into the context in the buildNormalContext method of my CustomizePortletSetAction. Pierre > -Original Message- > From: Pierre Henry > Sent: vendredi, 14. mars 2003 10:21 > To: Jetspeed User List (E

RE: Yazd - Jetspeed.

2003-03-14 Thread EPugh
Paul, I haven't done much work on the integration. I tried just framing it with an IFRAME, but didn't like the result. I also tried it with the web page proxy stuff, but only some links would work, not others. So at this point, I think the approach is to do a proper job of integration by cr

Re: $l10n issue with latest CVS

2003-03-14 Thread Jon Evans
Jacob Kjome wrote: Does anyone have any hints for me on why this works in CVS from 2003-02-25 (and the 1.4b3 release, of course) but not in the CVS from 2003-03-12? Are you using your own resource bundle as well as the stock resource bundle? And are you using the ChangeLanguage portlet that let

Show a uploaded image

2003-03-14 Thread Robert . Naczinski
Hi, how i can show a uploaded image in a portlet page. I gat a org.apache.turbine.util.upload.FileItem from the RunData and have the jpg-fle for example as a byte-array. I want to show this pic in a portlet. Must i store this file temp. on the harddisk ? I mean that isn't the best way. Has anyb

WML portlets not working

2003-03-14 Thread Helder Pinto
Hi! A few months ago some folks had put a question related to WML portlets that nobody had answered. That question was: why some WML portlets do not work when accessing the portal through a WML browser, lauching the error that follows? org.apache.turbine.util.TurbineException: Error rendering Vel

Re: Howto Use Jetspeed Event Model with Links

2003-03-14 Thread Martin Maidhof
there are multiple tags, but i guess there's none including an event method, we use something like: href="?eventSubmit_doClear=1" i would also be interested if there's a better way regards, Martin P.S.: I think this should go to the user list, so i redirected :) ..

get user roles from velocity

2003-03-14 Thread Pierre Henry
Hi all ! I am trying to modify the customizer templates so that only users with some roles (admin and poweruser) can add or delete portlets/panes, the other can only move them around the page. I would like to do it without modifying the controllers or any java classes if possible, just the vm files

Re: LDAP and Jetspeed

2003-03-14 Thread Gabriel Santonja
On Thu, 13 Mar 2003 15:16:31 -0600 [EMAIL PROTECTED] wrote: > Hello, hello > Is there a reference on how jetspeed works with LDAP. I think you should use the jetspeed cvs version because the ldap is working well. > I am new to jetspeed and LDAP, but it is a direction my boss's want to > go . Doe

RE: LDAP and Jetspeed

2003-03-14 Thread Ender KILICOGLU
We tried to port PSML storage to ldap but. It will be easy job but there is one gap on ldap site. Using ldap for update and storage will cause performans problem. LDAP server designed for query jobs so PSML mechanism need security like (may be ıts ımplemented) caching. Ender -Original Messa

RE: allow-if-owner

2003-03-14 Thread Pierre Henry
Thank you Mark, it's clear now. Greerings, Pierre > -Original Message- > From: Mark Orciuch [mailto:[EMAIL PROTECTED] > Sent: jeudi, 13. mars 2003 17:11 > To: Jetspeed Users List > Subject: RE: allow-if-owner > > > > If I understand well, a security entry with an allow-if-owner > > ele