cancel
Showing results for 
Search instead for 
Did you mean: 

Using Message Pool of a common component

Former Member
0 Kudos

Hello All,

We are trying to use the message pool of a common DC in all other DCs to keep single point of change.

We used the public part of common DC in all other DCs.

Currently we are using direct connection between views and the used Interface Controller of common DC. I want to avoid this because i feel view should interact to external interfaces via component controller.

So is there any way we can use the message pool of common DC in views via component controller?

Thanks

Shobhan

Accepted Solutions (0)

Answers (1)

Answers (1)

mohankumar_d
Explorer
0 Kudos

Hi Shobhan,

You can create a context attribute in the Component Controller and populate the value using the message pool. Then you can access the Component controllers context element from the view (create a context attribute in the View Controller and link this with the Component Controller) making your controllers work proper according to the MVC principles.

xxxxxxxxxxxxxxxx

Cheers,

Mohan

Edited by: Armin Reichert on Apr 26, 2008 7:10 PM

Former Member
0 Kudos

Thanks Mohan,

However can you tell me how i can populate component controller's context with Message Pool of a interface controller of used component.

Thanks

Shobhan