Thanks for the reassurance Kurt. I just can't think of any other way
to do it. My concern with this solution is am I building too much
business type logic into the MachII controller (and possibly breaking
the rule of integrating/relying in MachII too much). If I bring it
back to an MVC level the process would be: Controller calls Model to
get data, Controller loops through some Model data and calls more
Model data, View is called and builds the page based on original Model
data then at one point on the page loops through some data builds
panels based on the extra data. Anyone got any thoughts?
Cheers
Matthew
On Oct 22, 11:50 am, Kurt Wiersma <
kwier...@gmail.com> wrote:
> I think you on the right track with add in a subroutine call based on
> the data you get back and dynamically building up the data and the
> view. You could also consider announcing a different event based on
> what you get back.
>
> --Kurt
>