Re: Fill textbox default with java

2016-08-18 Thread Markus Axelsson
Great! Moving it into the 'DescriptorImp' sure did the trick! On Thursday, August 18, 2016 at 3:49:19 PM UTC+2, Jesse Glick wrote: > > On Thu, Aug 18, 2016 at 9:14 AM, Robert Sandell > wrote: > > add your helper method to the descriptor instead. > > Thus

Re: Fill textbox default with java

2016-08-18 Thread Jesse Glick
On Thu, Aug 18, 2016 at 9:14 AM, Robert Sandell wrote: > add your helper method to the descriptor instead. Thus `default="${descriptor.defaultCsvFileName}"` where `DescriptorImpl` contains `public String getDefaultCsvFileName()`. -- You received this message because you

Re: Fill textbox default with java

2016-08-18 Thread Robert Sandell
The it reference is probably not referring to what you think it is, or probably null in case you are adding a new step (there is no instance of the step yet). So you probably need to add your helper method to the descriptor instead. /B On Thu, Aug 18, 2016 at 2:11 PM, Markus Axelsson <

Fill textbox default with java

2016-08-18 Thread Markus Axelsson
This will probably my last question about this plugin. I have what seems as a simple issue. I want to give a default value to a textbox in my PlotBuilder\config.jelly: ... ... See complete file here