Folks, I am working on simple struts application and using formdef plugin. I need to have customizable way where I can control whether users are allowed to fill in values for some fields. This requirement varies depending on installation.
I am thinking of having a config file where we can specify whether a form field is accesible or not and then display the fields accordingly in JSP. Any thoughts?? AJ