我正在使用cq对话框显示和隐藏目标和值(花岗岩类)。
有国家和州,但是我需要使用吊索模型,我不知道从对话框中获取值。
**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;
}