Hello everyone.
I am trying to get my head around the mvc pattern for ofbiz.

I don't understand the productdetail definition in CatalogScreens.xml
The screen "product" defines a decorator-screen called name="main-decorator", 
but the productdetail screen does not define a decorator screen.  And nothing 
else in CatalogScreens calls productdetail to use as a widget.  How does 
productdetail get a decorator screen defined? 

Thank you for your time! 
Phillip



Here's what I am talking about from CatalogScreens.xml:

    <screen name="productdetail">
        <section>
            <actions>
                <set field="productsummaryScreen" 
value="component://ecommerce/widget/CatalogScreens.xml#productsummary"/>

                <script 
location="component://order/webapp/ordermgr/WEB-INF/actions/entry/catalog/productdetail.bsh"/>
            </actions>
            <widgets>
                <include-screen name="breadcrumbs"/>
                <platform-specific><html><html-template 
location="component://order/webapp/ordermgr/entry/catalog/productdetail.ftl"/></html></platform-specific>
            </widgets>
        </section>
    </screen>

Reply via email to