hi All,
Is it possible to create multiple instances of 1 portlet with different states.
Let me explain my problem with an example:
- I have a portlet whose instance need to be opened on click of a button.
- Another instance of the same portlet need to be opened on click of another button.
End user should be able to paralally work on both these instances of portlets which will have different sets of data (all the providers defined in this portlet managed bean should be different for both of these instances).
Setting portlet managed bean property ‘expireWithPageFlow’ to true/false didn’t help. (Obvioiusly ‘expireWithPageFlow’ to ‘false’ will not help. But setting it to ‘true’ is displaying weird behavior)
Could you please suggest if you have any inputs on this issue?
Kind regards,
Raja sekhar kintali