Hi,

I did not actually follow the discussion back then, but I can tell you that
we (me and collegues) use controller chaining very often. It works at least
from Maverick 2.2.0 on.

Besides the default support that Maverick has for it, I even took controller
chaining a step further in the extension project Baritus
(http://baritus.sourceforge.net), where you can do stuff like reusing a form
in the chain and control whether population is done further down the chain
and so forth.

It's all Java though; I have no idea how this would work in Maverick.NET.

And your question... I don't know where to find the source files, but you
can do chaining just like this:

<command name="cmd1">
  <controller class="MyCtrl2" />
  <view path="myview.vm" />
</command>

<command name="cmd2">
  <controller class="MyCtrl2" />
  <view path="cmd1.m" /> <!-- this chains cmd2 to cmd1 (or should you say
reverse) -->
</command>


Eelco Hillenius


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Cort Schaefer
Sent: zaterdag 10 juli 2004 1:31
To: [EMAIL PROTECTED]
Subject: [Mav-user] Controller chaining code


This post has a patch and talks about some additional source files - does
anybody know where I can find them?
 
http://sourceforge.net/mailarchive/message.php?msg_id=3805139
 
Cort



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
[INVALID FOOTER]

Reply via email to