Re: kind and stapler-class attributes in JSON form data (since 1.463)

2012-05-15 Thread Johannes Ohlemacher
Hi Chris, Thanks for your answer, that helped a lot :) Regards, Johannes Am Montag, 14. Mai 2012 14:24:51 UTC+2 schrieb cjo: Kind and stapler-class are used by the stapler to bind the configuration section to the correct class (in this case your plugin), this also enabled the stapler to

Re: kind and stapler-class attributes in JSON form data (since 1.463)

2012-05-14 Thread cjo
Kind and stapler-class are used by the stapler to bind the configuration section to the correct class (in this case your plugin), this also enabled the stapler to use the Databound constructors of there objects rather than the newInstance method of the descriptor. From your code it looks like

kind and stapler-class attributes in JSON form data (since 1.463)

2012-05-12 Thread Johannes Ohlemacher
Hi everyone, since version 1.463 i can't configure the Publisher of my plugin anymore. The JSONObject form data contains two strange attributes: kind and stapler-class. Because of those two attributes the StaplerRequest object can't bind the form data to the data bound constructor of my