if you set field you don;t need to set name
On 21 October 2013 10:32, Iordan Boev <[email protected]> wrote: > I also normally use the auto-bind but I had just the 'name' attribute set, > as soon as I aded the 'field' attribute it worked! Thanks a lot for the > hint, saved my day! > > Am Donnerstag, 17. Oktober 2013 12:44:49 UTC+2 schrieb Iordan Boev: > >> 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/** >> PeriodicReincarnationGlobalCon**figuration/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. > -- 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.
