In have a portlet like IFRAME-portlet. Portal-Administrator creates it and configures each instance of portlet, i.e. a quantity od instances of the same Portlet can be infinite. I want to set the preferences for each instance through some administrative interface. I don't want users to be able to change the preferences. And the user has an opportunity these instances to use.
If I am not mistaken, the first way (multiple portlet entries in portlet.xml) it to make it will not turn out. And the second I not absolutely know as. Сould you me help and give me pair examples? Many thanks 2006/7/25, Aaron Evans < [EMAIL PROTECTED]>:
There are a few of ways to accomplish this. Firstly, you can have multiple portlet entries in your portlet.xml that all use the same Portlet Class but have different init-param and/or preference values. Secondly, if all of your portlets config was via preferences, then you could have a single entry in your portlet.xml but do the preference configuration in PSML pages. HTH, aaron On 7/24/06, Michael Boss <[EMAIL PROTECTED]> wrote: > Hi I have developed a Portlet and sucessfully deployed this as its own web > app. > > I know that can be configured differently on instanciation. What I want to > do is boot up multiple instances of this portlet (all configured > differently) without having to create them as seperate web apps > > Is this possible? > > Many thanks > > Baron > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
