如何从cq:dialog选择下拉列表和pathfield吊索模型中获取值

时间:2019-01-19 13:04:42

标签: javascript java html aem cq5

我正在使用cq对话框显示和隐藏目标和值(花岗岩类)。

有国家和州,但是我需要使用吊索模型,我不知道从对话框中获取值。

dailog image here

dailog image here

**PATH FIELD COMPONENT<br> <br>**

<div data-sly-use.head="com.test.e1.core.models.Pathfield">
 <img src='${head.pathf @ context = "unsafe"}' /> 
</div>



package com.test.e1.core.models;

import javax.inject.Inject;

import org.apache.sling.api.resource.Resource;
import org.apache.sling.models.annotations.Model;

@Model(adaptables = Resource.class)

public class Pathfield {
      @Inject
      public Resource pathf;
}

0 个答案:

没有答案