Re: Configurable Forms Fields Authorization

2005-08-26 Thread Gareth Evans
Hi, I use a similar method to generate a form, Use a xml file to define the form e.g. I then use a custom tag to parse the xml tag and set the form config within the page context for me to iterate through and display. I've added options to display a date selector, or a select b

Configurable Forms Fields Authorization

2005-08-26 Thread Ajaya Agrawalla
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 spec