import template control

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

Hi Bruno,

You aren’t doing anything wrong. What you described is perfectly valid and expected to work. Unfortunately, there was a bug in the Import Template control for MWS versions prior to 8.2 that made it not work properly.

If you need this to work for a version prior to 8.2, I would suggest opening an SR to get the fix ported back.

Regards,
Eric

Hi,

ok, I’ll do that.

Thanks
Bruno