You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/07/16 16:12:00 UTC

[jira] [Commented] (OFBIZ-12283) Use plateform specific failed on CompoundWidget

    [ https://issues.apache.org/jira/browse/OFBIZ-12283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17382181#comment-17382181 ] 

ASF subversion and git services commented on OFBIZ-12283:
---------------------------------------------------------

Commit c7e21a724983b5d8bcf2020e57cc71eb6ff7853f in ofbiz-framework's branch refs/heads/trunk from Nicolas Malin
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=c7e21a7 ]

Fixed: Use platform specific failed on CompoundWidget (OFBIZ-12283)

When you use a platform-specific element on CompoundWidget like this :

     <ws:platform-specific>
        <ws:html><ws:html-template location="component ..."/></ws:html>
     </ws:platform-specific>

the ModelScreenWidget failed to resolve the attended type due to the
namespace presence (ws:html != html) and finally failed to rendering the screen


> Use plateform specific failed on CompoundWidget
> -----------------------------------------------
>
>                 Key: OFBIZ-12283
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-12283
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework/widget
>    Affects Versions: Trunk
>            Reporter: Nicolas Malin
>            Assignee: Nicolas Malin
>            Priority: Minor
>             Fix For: Upcoming Branch
>
>
> When you use a plateform-specific element on CompountWidget like this :
> {code:java}
>  <ws:platform-specific>
>     <ws:html><ws:html-template multi-block="true" location="component://common-theme/template/includes/SetMultipleSelectJsList.ftl"/></ws:html>
>  </ws:platform-specific>{code}
> the ModelScreenWidget failed to resolve the attendeed type due to the namespace presence.
> {code:java}
>     ws:html != html{code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)