Re: Managing Portlet Entities

2006-03-24 Thread Randy Watler
Stefan/Liu, I have added the capability to set all of the IFramePortlet parameters with preferences in addition to setting default values in the portlet.xml as you are used to doing. Here is a list of all the init parameter/preference value names supported by the portlet: align class frameBorder

Re: J2 and AJAX

2006-03-24 Thread David Sean Taylor
Aaron Evans wrote: On 3/23/06, David Sean Taylor <[EMAIL PROTECTED]> wrote: Aaron Evans wrote: On 3/23/06, David Sean Taylor <[EMAIL PROTECTED]> wrote: What do you think about a new feature where Jetspeed can execute secured ajax actions in portlet applications. The actions would just be P

problem generationg custom portal

2006-03-24 Thread [EMAIL PROTECTED]
Hi list! I have a problem generating a custom portal. I changed my build. properties: org.apache.jetspeed.portal.groupId=MyPortal org.apache.jetspeed.portal.artifactId=MyPortal org.apache.jetspeed.portal.name=My Portal org.apache.jetspeed.portal.currentVersion=1.0 If I run j2:portal.genapp Maven

Re: User customization of portlet visible to other users

2006-03-24 Thread Raj Saini
Randy, Thanks for your quick reply. Raj Randy Watler wrote: Raj, This will only happen if the user has rights to edit the role page... so it is really up to you to control. There are various solutions to the "copy on write" aspects of the customizer in the event it does not have permission

Re: User customization of portlet visible to other users

2006-03-24 Thread Randy Watler
Raj, This will only happen if the user has rights to edit the role page... so it is really up to you to control. There are various solutions to the "copy on write" aspects of the customizer in the event it does not have permission to edit the underlying page, but does have a home directory. I am n

Re: J2 and AJAX

2006-03-24 Thread Aaron Evans
On 3/23/06, David Sean Taylor <[EMAIL PROTECTED]> wrote: > Aaron Evans wrote: > > On 3/23/06, David Sean Taylor <[EMAIL PROTECTED]> wrote: > > > >>What do you think about a new feature where Jetspeed can execute secured > >>ajax actions in portlet applications. The actions would just be POJOs > >>l

User customization of portlet visible to other users

2006-03-24 Thread Raj Saini
Hi. In my portal application I have PSML files in the _role directory for each role. if a user customize a PSML page (e.g portlet decorations etc), those changes are also visible to other users of same role. Is this a normal behaviour? I believe user customization should only available to the user