Hi David,
----- Original Message ---- > From: David Just <[email protected]> > To: Jetspeed Users List <[email protected]> > Sent: Fri, April 16, 2010 3:36:47 PM > Subject: RE: Editable portlet on non-editable page > > Can I disable the adding of portets on a folder by folder case? I'm not sure if it could help you, but one simple solution could be to configure a special decorator for the folder in folder.metadata. You could define a decorator having that functionality. If > necessary where would I go about looking in the Jetspeed code to implement > Fragment level security authorization for editing of > portlets? If you want, you could have a look at /jetspeed/WEB-INF/templates/layout/html/columns/layout.vm, which is dispatched by org.apache.jetspeed.portlets.layout.MultiColumnPortlet. Woonsan David Just l Senior Software Engineer l Vision > Solutions l +1 (507) 529-5939 l > ymailto="mailto:[email protected]" > href="mailto:[email protected]">[email protected] The > contents of this e-mail (and any attachments) are privileged and > confidential. > Unauthorized use is strictly prohibited. -----Original Message----- From: > Woonsan Ko [mailto: > href="mailto:[email protected]">[email protected]] Sent: Friday, April > 16, 2010 2:38 AM To: Jetspeed Users List Subject: Re: Editable portlet on > non-editable page Hi David, A layout decorator can configure the > following option > in decorator.properties: #allow.add.portlet=true So, you could > consider using the above property to disable > "add portlet". Regards, Woonsan ----- Original > Message ---- > From: David Just < > ymailto="mailto:[email protected]" > href="mailto:[email protected]">[email protected]> > > To: Jetspeed Users List < > href="mailto:[email protected]">[email protected]> > > Sent: Wed, April 14, 2010 9:07:00 PM > Subject: Editable portlet on > non-editable page > > Hello, I would like to > have my portlets be editable so > that users can change some portlet > options but do not want them to be able to > add portlets to the > page. It seems that according to this > > page: http://portals.apache.org/jetspeed-2/guides/guide-security-declarative-p sml.html#Page > > > Constraints <http://portals.apache.org/jetspeed-2/guides/guide-security-declarative- psml.html#Page > > Constraints> the fragments section states that only > the view > permission is checked at the fragment level. This > seems to mean that I > cannot enable edit mode at the portlet level. > Is this correct? Is there > a way to enable portlet edit mode > without enabling the page/folder edit > mode? David Just l > Senior Software Engineer l Vision Solutions l > +1 (507) 529-5939 l > > href="mailto: > href="mailto:[email protected]">[email protected]">david.j...@visionsolutions. com The > > contents of this e-mail (and any attachments) are privileged > and confidential. > Unauthorized use is strictly > prohibited. > --------------------------------------------------------------------- To > unsubscribe, e-mail: > ymailto="mailto:[email protected]" > href="mailto:[email protected]">[email protected] For > additional commands, e-mail: > ymailto="mailto:[email protected]" > href="mailto:[email protected]">[email protected] --------------------------------------------------------------------- To > unsubscribe, e-mail: > ymailto="mailto:[email protected]" > href="mailto:[email protected]">[email protected] For > additional commands, e-mail: > ymailto="mailto:[email protected]" > href="mailto:[email protected]">[email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
