Hi people, I have a class extending jenkins.model.GlobalConfiguration and a repeatable property in my config.jelly file. There are some textfields I want to validate using the checkUrl property of a textfield. What I tried is this:
checkUrl="'plugin/periodic-reincarnation/PeriodicReincarnationGlobalConfiguration/doCheckRegExValue?value='+escape(this.value)" and many other variations but the method doCheckRegExValue is never found. I have also tried other mappings but nothing seems to work. Any ideas how to fix this? Thanks, Yordan -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
