AI OnAI Off
Yeah... I believe this is the same thing I ran into when I was fiddling around with xforms.
a) Yes, use XFormActionHelper
b) XFormActionHelper is broken.
I remember talking to Sharam or Björnfot about it who filed a bug for it (I think), though I can't find it in the bug list.
I have a workaround for it that I built, I'll just have to find it. I'll be back.
I'm back.
Here's a zip with the interesting bits. Pleas yell if I forgot any vital parts.
http://pappabj0rn.se/Global/XformsWorkaroundMVC.zip
Nice! Seems like you've made the same conclutions as me. I'll think this will do the trick. Thanks.
I'll try it out, and will let you know if some vital parts are missing.
I'm trying to hook up to the BeforeSubmitPostedData event. I'm trying to use the following:
The event is never fired. I'm uising MVC. Is this just a WebForms thing?
I've also tried to hook up to the event with XFormActionHelper.BeforeSubmitPostedData. The event fires correctly, but the ChannelOptions are empty.