Re: OGNL in struts tag

2020-02-20 Thread M Huzaifah
Dear Lucas, Sorry if i am wrong about that. let me clarify in here. let say i have pojo : public class FormColumnKey { private Integer formcolumnFormId; private String formcolumnName; //sette-getter } in action class, i have list of clolumn: private List displayColumnList; and then,

Re: OGNL in struts tag

2020-02-20 Thread Lukasz Lenart
wt., 18 lut 2020 o 17:04 M Huzaifah napisaƂ(a): > Thank you Lucas, my goal is render the struts tag based on list of column > name that i've set before. So i have to iterate the list of column using > jstl than put the "name" on attribut name in struts tag. From here, i > think i miss understandi