Dynamic loading of a component into a container?
Dynamic loading of a component into a container?
- Subject: Dynamic loading of a component into a container?
- From: Paul Dunkler <email@hidden>
- Date: Thu, 09 Jun 2011 22:12:36 +0200
Hey Guys,
is there any possibility in wonder to load a component into a pre-defined zone in the template?
I´m dealing with AjaxUpdateContainers and so on since 4 months - it´s nice - i like it, but i see no possibility to load something into an AjaxUpdateContainer... If there is any possibility or some of you may have a suggestion how to do this "the good way" in wonder - It would be very nice to hear from you.
For exmaple:
Main-Template:
<html>
<head>
<title>
</head>
<body>
....
<wo:AjaxUpdateZone id="testZone" />
</body>
</html>
Navigation-Template
<html>
<head>
<title>
</head>
<body>
....
<ul>
<li><wo:LoadComponentIntoZoneLink x="AddProductComponent" zone="testZone">Add Products</wo:LoadComponentIntoZoneLink ></li>
</ul>
</body>
</html>
(the names of the components are chosen random by me ^^ just for showing you what behavior i want)
Thanks in advance!
Best Regards,
Paul Dunkler _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden