[ https://issues.apache.org/jira/browse/OFBIZ-12385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17837097#comment-17837097 ]
Jacques Le Roux commented on OFBIZ-12385: ----------------------------------------- OFBIZ-11809 may help > webpage source does not show references to form widget > ------------------------------------------------------ > > Key: OFBIZ-12385 > URL: https://issues.apache.org/jira/browse/OFBIZ-12385 > Project: OFBiz > Issue Type: Bug > Components: themes > Affects Versions: Trunk, Upcoming Branch > Reporter: Pierre Smits > Priority: Major > Labels: browser, source > > When looking at the source of a screen in the browser, various references to > xml and ftl objects are shown. > However, some references to form widgets are not shown. > As an example in screen InvoiceOveriew in InvoiceScreens.xml following is > included: > > {code:java} > <screenlet title="${uiLabelMap.AccountingInvoiceItems}" > navigation-form-name="InvoiceItems"> > <include-form name="InvoiceItems" > location="component://accounting/widget/InvoiceForms.xml"/> > </screenlet> {code} > However the reference to the form 'InvoiceItems' isn't shown in the browser. > See > view-source:https://demo-trunk.ofbiz.apache.org/accounting/control/invoiceOverview?invoiceId=demo10002 > -- This message was sent by Atlassian Jira (v8.20.10#820010)