cancel
Showing results for 
Search instead for 
Did you mean: 

portalapp.xml and 'isolation method'/'height type' for iViews

Former Member
0 Kudos

Hi there.

Urgent answer would be highly appreciated!

Is it possible to define in the 'portalapp.xml' the 'isolation method' and the 'height type' of an iView.

For my implementation i need to have "URL" isolation and "FULL_PAGE" height type. Right now i'm setting this properties in the Portal Content, after creating the iViews from the .par file.

I was wondering if anyone of you knows anything about the possibility to set this directly in the xml so they are set to the right values when creating the iView.

Many thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Michael,

have you already tried including the attributes

com.sap.portal.reserved.iview.IsolationMode and

com.sap.portal.iview.HeightType

in your portalapp.xml for the compoent?

This should solve the issue.

Regards,

Dominik

Former Member
0 Kudos

Hi Dominik,

Thank you for answering!

I've tried to include something like this, for isolation f.ex., please notice it was in component profile:

<component-profile>

<property name="Isolation Method" value="URL"/>

</component-profile>

But this didn't set the Isolation Method popup to URL. It just created a new property called "Isolation Method"

Two questions regarding your answer:

- should they be part of "component-config" or part of the "component-profile"?

- are they the names of the properties or the values?

com.sap.portal.reserved.iview.IsolationMode and

com.sap.portal.iview.HeightType i mean.

Once again thank you.

Regards.

detlev_beutner
Active Contributor
0 Kudos

Hi,

to be precise:

Add the properties into the component-profile, e.g.


<component-profile>
  <property name="tagLib" value="/SERVICE/htmlb/taglib/htmlb.tld"/>
  <property name="com.sap.portal.reserved.iview.IsolationMode" value="URL" />
</component-profile>

The technical names to use you find when clicking on "Edit Property Attributes..." when editing the properties of an iView.

Hope it helps &

have a nice weekend

Detlev

Former Member
0 Kudos

Hi Detlev, hi Dominik (again.-)).

Yes, that helped!

I was confused about what and how can i set into the portalapp.xml.

Thank you both!

Best regards.

detlev_beutner
Active Contributor
0 Kudos

Hi Michael,

you're welcome.

Next time you have a question it would be better to mark it as question, so others can recognize easier the question as question and you have the ability to reward point for answers (using the yellow star button on answers, that only exist on question threads) - the SDN way to cordially express "thank you"

Have a nice weekend

Detlev