Render variables (a.k.a the var: binding) doesn't support properties.
Period. Instead, create a property in the corresponding Java class for
being your loop variable. The var: binding is only supposed to be used in
very specific scenarios in which the looped values are primitives, strings
o
Hi,
I couldn't find information on how to access properties of render
variables.
I have the following test case:
Suppose we have two classes:
class App { private String name; /* + getters/setters */ }
class Node { private List apps; private String name; /* +
getters/setters */ }
in my page I
Hi,
I couldn't find information on how to access properties of render
variables.
I have the following test case:
Suppose we have two classes:
class App { private String name; /* + getters/setters */ }
class Node { private List apps; private String name; /* +
getters/setters */ }
in my page I