Service Point tapestry.bindings.ClientIdListBindingFactory | Interface: | org.apache.tapestry.binding.BindingFactory |
---|---|---|
Binding factory where the path is a comma separated list of component ids which will be translated into the equivalent of "return Arrays.asList(new String[] {component.getComponent('stringid').getClientId(), component.getComponent('stringid2').getClientId()});" from a path like "stringid,stringid2". | ||
Implementation | ||
|