On Fri, Feb 20, 2015 at 3:51 AM, Stefan Wolf <
glow...@gmail.com> wrote:
> So seems like I need to implement something.
Seems so.
> Any ideas how to add default values for a field like that?
I would suggest focusing your time on adding validation, which is more
broadly useful than default values. (Default values also tend to
interact poorly with other features.)
You would have to dig around to see where and how this is implemented
for existing controls. Search for checkUrl attribute in taglibs, CSS
class ‘validated’, and hudson-behavior.js sections for
registerValidator and FormChecker and controlValue.