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

Amardeep Singh Jhajj commented on OFBIZ-6941:
---------------------------------------------

I tried with menu-item also and still working fine. I tried the following 
scenario:

{code}
<menu-item name="invoices" title="${uiLabelMap.AccountingInvoicesMenu}">
     <link target="findInvoices" link-type="layered-modal">
          <parameter param-name="demoParam"/> 
      </link>
 </menu-item>
{code}

Here demoParam parameter is in parameters map i.e. we have already set it above 
like 

{code}
<set field="demoParam" value="demoValue"/>
{code}

Could you please add some more steps to regenerate this issue.

Thanks.


> Layered-Modal link type doesn't work with parameters
> ----------------------------------------------------
>
>                 Key: OFBIZ-6941
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-6941
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Trunk
>            Reporter: Pierre Smits
>              Labels: modalwindow, renderer
>         Attachments: OFBIZ-6941-Screenshot-1.png
>
>
> When having a link of type layered-modal it should with assocated parameters. 
> However the parameters aren't passed to the modal window.
> Example code:
> {code}
>             <link target="nProductionRunPartyAssocLayer" 
> link-type="layered-modal"  width="1000" height="400">
>                 <parameter param-name="productionRunId"/>
>             </link>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to