That looks pretty slick! I think you can just use
renderPage(layout=false) along with any other options you need. You
would have to do that on every action, though. I would probably go
with something like this at the bottom of each action:
if (isAjax())
renderPage(layout=false);
Also, calling renderPartial() doesn't wrap the partials in a layout.
But that wouldn't allow you to use any views you have already built
unless you copied them into partials first.
> --
> You received this message because you are subscribed to the Google Groups
> "ColdFusion on Wheels" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
cfwheels+u...@googlegroups.com.
> To post to this group, send email to
cfwh...@googlegroups.com.
> Visit this group at
http://groups.google.com/group/cfwheels?hl=en.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>