#1716 Example broken?

theGeeko61 Wed 30 Nov 2011

In the Example Documentation,

Doc Index > Examples > reflection.fan

the fields() method spits out message at run-time:

sys::CastErr: java.lang.ClassCastException: fan.sys.Method cannot be cast to fan.sys.Field

After inspection (I am hell-bent on learning, after all! LOL), I replaced onBlur with text in the fields() method.

It now works.

brian Wed 30 Nov 2011

Thanks for reporting, another thing that got broken recently when we switched those FWT event handlers from fields to once methods. I pushed a fix

Login or Signup to reply.