ok I got tired of this problem Im having with this app.
When Im submitting the form and want to savechanges it jsut blow up becuase it has null relationships, which I told EOModel to don't allow.

I realize then that the WOPopUpButton is not putting anything in the selectedValue bind..

I then did a small test app, with 2 WOPopUpButtons, form 2 NSArray<String> as lists , with item and selectedValue to a String bind.

all that in a WOForm, then a submit button to an action called test, where I have a NSLog.out.appendln(pop1SelVal + ">>> " +pop2SelVal);

I select something form the WOPopUpButton's and submit.. and in console I get output.

null >>> null


I thought in my project application I was having some incompatibilities because eI have an AjaxSubmitButton to make submit of some selections I need and populate a WORepetition (this is working fine), without leaving that form, or because I was calling a JS to validate the data before submitting.

But with this test case I see the problems its or WOPopButton is not working, or Im stupid and don't know how to make it work.


Any ideas?


G.

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to