If there's anything that's not clear, please ask.

On Thu Oct 07,2010 03:37 pm, Mansour Al Akeel wrote:
> Hello all:
> 
> I am wondering if there is a simple way to access the context of current
> theme from the main-decorator in any component ? 
> Basically I want ot be able to do something like:
> 
> <screen name="main-decorator">
>     <section>
>         <actions>
>             <property-map resource="AccountingUiLabels" map-name="uiLabelMap" 
> global="true"/>
>             ...
>             <set field="layoutSettings.headerImageUrl" 
> from-field="${layoutSettings.contextPath}/images/accounting.png" 
> global="true" />
>             ....
>         </actions>
>     .....
>     </section>
> 
> This will make the logo for each component themable.
> 
> Thank you.
> 

Reply via email to