cancel
Showing results for 
Search instead for 
Did you mean: 

Page Layout Problems with embedded iViews

Former Member
0 Kudos

Hi all,

We are having problems with the position of the iviews in the layout page using embedded iviews. Sometime load in one order and other times in another one. I need that the iviews load in the same order always.

Any idea, please?

Thanks for all.

Accepted Solutions (1)

Accepted Solutions (1)

detlev_beutner
Active Contributor
0 Kudos

Hi José,

if in fact this is the case, then I would expect that the single iViews are called via different threads. If this is the case, then I would implement within the iView to wait for some result provided by the iView, which should be loaded first (for example, by putting some certain value into the http session object).

For deeper discussions on this topic see and

Hope it helps

Detlev

PS: Please consider rewarding points for helpful answers on SDN. Thanks in advance!

Answers (3)

Answers (3)

former_member188977
Contributor
0 Kudos

Hi Jose Ignacio, it may be a bug... but the order is definite by the id:

If you want to change the order, you can change the id of the iviews and the you'll be able to see them in alphabetical order.

Regards.

Nacho.

Former Member
0 Kudos

Hi Detlev,

I have a simple standard page with two colums (2 Columns (Equal Width) layout) with a KM iView in each column. Imagine that the two iViews are A and B. In the first load they appear rigth (A - B) but in the next load they appear wrong (B - A).

What is the problem?

Thanks for all

detlev_beutner
Active Contributor
0 Kudos

Hi José,

What is the problem?

I'm not sure, but it sounds a bit as if some parameters are stored in some place where they shouldn't (so that iView A takes parameters from B (and vice versa?!).

Anyhow, if your description holds, this obviously is a bug - so I would suggest to open an OSS message. In this case, it would be great if you'd come back with the results...

Hope it helps

Detlev

Former Member
0 Kudos

Hi Detlev,

The problems is that the iViews that are in my pages are standard and I can't implement this sollution.

Any other idea?

Thanks.

detlev_beutner
Active Contributor
0 Kudos

Hi José,

in this case, please describe your use case more detailed. What page, what (standard) iViews, why does it depend on the order, what happens if going wrong...

Best regards

Detlev