RE: Jetspeed portlet lifecycle genesis

2002-11-20 Thread Luta, Raphael (VUN)
De : Andrew C. Oliver [mailto:[EMAIL PROTECTED]] Have a nice Con then and put your pictures of the event somewhere (I still have to upload mines of London 2000 and Santa Clara 2001 though :( ) sorry... didn't bring a camera :-( BTW I think the Panel is actually the best place

Cocoon2 Portlet

2002-11-20 Thread Vlachogiannis Evangelos
Hi everyone, Is there a Cocoon2 portlet? thnx Evangelos Vlachogiannis Researcher - PhD. Candidate Dept. of Products and Systems Design http://www.syros.aegean.gr) University of the Aegean (http://www.aegean.gr) Syros - Greece

Re: Jetspeed portlet lifecycle genesis

2002-11-20 Thread Andrew C. Oliver
A Panel is a PortletSet that is contained within a PortletSet container contolled by a PanedPortletController implementation. So you're still talking about PortletSet :) just so long as its straightforward ;-) But I agree it make sense to try avoiding expensive operations for loaded

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions UpdateAccount.java

2002-11-20 Thread morciuch
morciuch2002/11/20 08:20:48 Modified:src/java/org/apache/jetspeed/modules/actions UpdateAccount.java Log: Minor fix to prevent exception in WebSphere environment. An exception would occur when the user checked remember me box and selected update.

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/services/portaltoolkit JetspeedPortalToolkitService.java

2002-11-20 Thread taylor
taylor 2002/11/20 08:32:38 Modified:src/java/org/apache/jetspeed/services/portaltoolkit JetspeedPortalToolkitService.java Log: remove println Revision ChangesPath 1.25 +1 -2

cvs commit: jakarta-jetspeed/xdocs changes.xml

2002-11-20 Thread morciuch
morciuch2002/11/20 09:01:47 Modified:docs/site changes.html src/java/org/apache/jetspeed/util/template BaseJetspeedLink.java JetspeedLink.java webapp/WEB-INF/templates/jsp/portlets/html

RE: Link to a portlet in another profile

2002-11-20 Thread Mark Orciuch
David, If you provide a link to a portlet in another user's psml, such as: http://localhost/jetspeed/portal/media-type/html/user/admin/page/default.psm l/js_peid/321?action=controls.Maximize the portlet gets displayed correctly. However, if you click Home then you get back and you

RE: Link to a portlet in another profile

2002-11-20 Thread David Sean Taylor
-Original Message- From: Mark Orciuch [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 9:22 AM To: Jetspeed Developers List Subject: RE: Link to a portlet in another profile David, If you provide a link to a portlet in another user's psml, such as:

build.xml patch so that it will build when using Eclipse/Run Ant

2002-11-20 Thread Werner Ramaekers
Please apply the following patch to the build.xml file specified so that the jetspeed project can be built from within Eclipse. Thanks Werner Index: build.xml === RCS file: /home/cvspublic/jakarta-jetspeed/build/build.xml,v

RE: DBPSML fallback logic is incorrect

2002-11-20 Thread mmosttler
Yes I believe that would be the fix. I test the same thing for the Role Peer and it appears to be working correctly. I believe the change needs to be made for country and language for all the profile peers. thanks for the quick response. marcus -Original Message- From: David Sean

cvs commit: jakarta-jetspeed/webapp/WEB-INF/psml/role/user/html default.psml

2002-11-20 Thread taylor
taylor 2002/11/20 11:48:30 Modified:webapp/WEB-INF/psml/group/Jetspeed/html news.psml security_example.psml webapp/WEB-INF/psml/group/apache/html default.psml news.psml webapp/WEB-INF/psml/role/user/html default.psml Log:

RE: cvs commit: jakarta-jetspeed/webapp/WEB-INF/psml/role/user/html default.psml

2002-11-20 Thread Glenn Golden
I think there is still trouble - ids are NOT unique outside of the psml file. They MAY be, but my understanding is that this is coincidence, not design. The hard coded ones in the distribution are one example that showed that ids are not site-wide unique. Other cases would be moving psml files

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/util/template JetspeedTool.java

2002-11-20 Thread morciuch
morciuch2002/11/20 12:00:13 Modified:src/java/org/apache/jetspeed/util/template JetspeedTool.java Log: Plugging a security hole which allowed to display ANY portlet in maximized mode regardless of user's security. Revision ChangesPath 1.27 +4 -2

Get all jetsoeed users

2002-11-20 Thread Vlachogiannis Evangelos
Hi, anyone knows how can I get all Jetspeed users? Smting with JetspeedSecurity.getUsers(Criteria) ... ? But which what Criteria??? Thnx Vangelis -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: cvs commit: jakarta-jetspeed/webapp/WEB-INF/psml/role/user/html default.psml

2002-11-20 Thread David Sean Taylor
-Original Message- From: Glenn Golden [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 12:05 PM To: 'Jetspeed Developers List' Subject: RE: cvs commit: jakarta-jetspeed/webapp/WEB-INF/psml/role/user/html default.psml I think there is still trouble - ids are NOT

default controller

2002-11-20 Thread David Sean Taylor
Looking at the ColumnController entry: portlet-controller-entry name=ColumnController classnameorg.apache.jetspeed.portal.controllers.VelocityPortletController /classname parameter name=template value=column.vm / parameter name=action value=controllers.RowColumnControllerAction /

cvs commit: jakarta-jetspeed/webapp/WEB-INF/templates/vm/navigations/html top.vm

2002-11-20 Thread taylor
taylor 2002/11/20 21:30:15 Modified:webapp/WEB-INF/templates/vm/navigations/html top.vm Log: changed the logo to point to home Revision ChangesPath 1.19 +1 -1 jakarta-jetspeed/webapp/WEB-INF/templates/vm/navigations/html/top.vm Index: top.vm