I managed to get something up and running, but I'm encountering some serious problems. I have a class extending GlobalConfiguration, but it does not react to doFillFieldNameItems() for dynamically filling a dropdown. I think it may be because GlobalConfiguration declares a final getDescriptor, and the descriptor is the way those doFill...Items methods work. Could this indeed be the case? Testing on IRC with kinow and me did not give any solutions yet.
My code, should anyone be so kind to have a look is here: http://pastebin.com/X1GMjasz And this is the associated jelly: http://pastebin.com/1998y0A9 Joris On Thursday, July 26, 2012 4:10:51 PM UTC+2, Joris wrote: > > Thanks Jesse and Frederik, those tips helped a lot :) Together with the > jelly docs generated with mvn site, I think I'll manage to get it working.
