Doug,
Yup! I actually pulled that renderData() method out of one of your
blogs a few weeks ago. Like I said before, I was using this in
another area, and I didn't put 2 and 2 together in this specific
situation...once I did...viola...one sidebar! :)
BTW...I double checked the sidebar interceptor and don't see any way
to position it "easily" without some reskinning/recssing it. Maybe
I'm wrong?
On Jul 31, 1:48 pm, Doug Boude <
dougbo...@gmail.com> wrote:
> Ryan, if this helps give food for thought, here's a snippet out of one of my
> handlers where I'm using renderData to return a rendered view via an ajax
> call that does what your ajax call does. I'm not sure if that will solve
> your issue or not, but it's probably something fairly simple to try:
> <cfset
> arguments.event.renderData(type="plain",data=getPlugin('renderer').renderView('authentication/login'))
> />
>
> Doug B
>