Hi,
I’ve created a portlet app with 2 views.
Let’s say viewA is the outermost and viewB the innermost which will be imported into viewA twice using the Import Template View control.
I’m passing one control parameter (param1) on each of the imports. On the first import I set param1 value to value1 and on the second I set it to value2.
All managed beans have scopes set to session.
When I open the portlet it shows me the value2 on both the imports.
What am I doing wrong?
Thanks
Bruno