Is it possible to do the following? How? ParentComponent - Parent.wo ChildComponent - Child.wo
There is a WORepetiotion in Child.woa with a bunch of String values. So the WORepetition is bound to the NSArray listValues and to the String value. No i wan't to give the value of each iteration up to the parent where an action (public String modifyChildValue()) is performed and the return value will show up next to the original value in the WORepetition (in Child.wo). The Result would be something like this: Value1 - Value1ModifiedByParent Value2 - Value2ModifiedByParent Value3 - Value3ModifiedByParent Can anyone help me on this? Thanks. _______________________________________________ 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]
