On Thu, Apr 9, 2015 at 10:55 AM, Ludovic Roucoux <[email protected]> wrote: > Finally, I found a solution with the code of Stephen
For the future go straight to ui-samples plugin, which contains complete working examples of these kinds of things. Not f:property, yet; file a PR to add such a sample. > I don't understand why the following code : > > <st:include page="config.jelly" class="fr.novia.zapjenkinsplugin.ZAProxy"/> > > doesn't work. This code includes correctly the second config.jelly file but > it doesn't create a new instance of ZAProxy class. Under the hood f:property would be doing additional stuff, in particular setting the `descriptor` and `instance` variables. -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr0yXFEFrP2cJwSzgmod2iUzjhD1fNGx7fWDSHMuPREd-Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
