Hi

Can someone please point me in the right direction here. Where / how would I find what ${detailScreen} is referencing.

In the case of --> name="main-decorator" location="${parameters.mainDecoratorLocation}", its simple. Just look at the web.xml. As for ${detailScreen}, I am lost.

Kind regards


Grant Edwards



<screen name="category-include">
       <section>
           <widgets>
               <section>
                   <condition>
                       <not><if-empty field-name="productCategory"/></not>
                   </condition>
                   <widgets>
                       <include-screen name="${detailScreen}"/>
                   </widgets>
                   <fail-widgets>
<label style="head2">${uiLabelMap.ProductCategoryNotFoundforCategoryID} ${productCategoryId}!</label>
                   </fail-widgets>
               </section>
           </widgets>
       </section>
   </screen>

Reply via email to