I am writing the configuration part of my plugin and adding a repeatable
form to gobal.jelly. The repeated form is just several text boxes for each
repeated items.
My question is how to write the relative configure function in the java
code.
public boolean configure(StaplerRequest req, JSONObject formData)
throws FormException {
req.bindJSON(this, formData);
save();
return super.configure(req, formData);
}
If I just do this, then data is not saved in the form when I open
configuration again.
Thanks.
--
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.