¡@

Home 

java Programming Glossary: dynamicfield

How to create dynamic JSF 1.2 form fields

http://stackoverflow.com/questions/3510614/how-to-create-dynamic-jsf-1-2-form-fields

that needs to be presented. So I created this custom DynamicField.java that has all the information we need. @Data lombok annotation.. lombok annotation generating boilerplate code public class DynamicField String label label of the field String fieldKey some key to.. type can be input radio selectbox etc So we have a List DynamicField . I want to iterate through this list and populate the form..