I have a property file( actually 100 or more). This is actually placed in one of the configuration folder so usually not been able to modify very often. So now we came up with an idea that the property file is parsed read and converted into meaningful HTML page .For
example :
forecast.allow.pattern.overrides = N.
This property has 2 possible values Y or N . So this can be a radio button. Again
forecast.config.path = forecast
This should be a read only attribute since this shouldn't be modified . I need help here on how we need to decide a property can be converted to radio button or list box etc..