looking to place module content inside the Component space.
There are two methods I know of that can achieve this.
Method 1
Requires a core hack (and I do know if it works in all Joomla versions, Mambo, etc)
Refer -
Insert module in Sobi2 ComponentMethod 2
does not require hacking the core code, but it only works with Joomla 1.5.x (not Joomla 1.0.x, Mambo, etc)
Refer
How to conditionally output a Module in a SOBI2 Taskview - Method 2.
Although this posting was written in response to a question about conditionally outputting module content in a Task View,
just remove the if statement
if (JRequest::getCmd('sobi2Task')=='my-SOBI2-TASK-NAME'){ }from the example given to have the module content output in any SOBI2 Template.
Regards - Mark