Yes, thanks, I'll make a simple test.

As to my descriptions what I'm poorly explaining is I have a page that has 
a nav, body, footer etc along with an embedded fullcalendar.  This I'm 
calling the "outer" event.  It fires and everything shows up as it should 
except for any calendar data that does NOT use a hard-wired set of dates in 
the cffunction called to get data.  Static fullcalendar events and those 
retrieved from a cffunction with its own date strings are fine.  When you 
then manipulate the fullcalendar itself (not my "outer" page described 
above) by choosing a different view (weekly, daily, new time frame, etc) 
the javascript is calling an event specifcally used to pull and return json 
data for the calendar.  This event I'm calling the "inner" event in my 
previous posts as you don't see it in your address bar.  What I'm saying is 
that my "start" and "end" event vars are getting wiped out in the process.

I did the test as you described and onrequeststart returns valid 
event.getValue("start") data.  The controller, however, returns a blank 
"start" value so somewhere between onrequeststart and where the controller 
picks up it's getting rewritten.

I'll make a test I can send.

Thanks.

-- 
Model-Glue Sites:
Home Page: http://www.model-glue.com
Documentation: http://docs.model-glue.com
Bug Tracker: http://bugs.model-glue.com
Blog: http://www.model-glue.com/blog

You received this message because you are subscribed to the Google
Groups "model-glue" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/model-glue?hl=en

Reply via email to