How interesting Hugi, I have just spent all morning reading
http://www.olejohandahl.info/old/birth-of-oo.pdf 
<http://www.olejohandahl.info/old/birth-of-oo.pdf>
because I wanted to see how the 'bang' operator worked for anonymous inner 
objects, kinda your problem.

Cheers,
Baiss


> On Nov 2, 2015, at 4:46 AM, Hugi Thordarson <h...@karlmenn.is> wrote:
> 
> Hi all.
> 
> I’m looking for a way to programmatically wrap one component instance into 
> another one. Essentially: I want a switch component, but without putting an 
> actual switch component into the child template itself.
> 
> Pseudocodingally speaking, I want to be able to do something like this:
> 
> public WOActionResults action() {
>       WrapMe child = pageWithName( WrapMe.class );
>       Wrapper parent = pageWithName( Wrapper.class );
> 
>       // somehow wrap ‘parent' around ‘child'…
>       // ‘parent’ probably has a WOComponentContent in it where child should 
> be inserted.
> 
>       return child;
> }
> 
> I realize one approach is to go the other way around, i.e. by putting a 
> switch component in “parent” and then communicating with my child component 
> through bindings on that and returning “parent”. But I need to have the 
> action method return the instance of the child component.
> 
> Any ideas?
> 
> Cheers,
> - hugi
> _______________________________________________
----
Baiss Eric Magnusson
Cascade Web Design <http://cascadewebdesign.com/>


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

This email sent to arch...@mail-archive.com

Reply via email to