I have a weird issue going on.
 
we have a "filter" that returns results based on a list box, this works
great and I've run it in the debugger to make sure it works.
 
load the page and the page view says "20 results" which is correct
because we have not applied the filter yet. You now select a value in
the list box say "give me stories where the name = "john", an ajax call
is made to the controller, it exectutes the query and then renders the
view called "results_ajax" which updates a div tag "results".  I put
some debug code in results_ajax.thml and it correctly says there was 1
result,  this then calls render element to create a results table ->
results_table.thtml and I put some alert in ther too and it says there
we 20 results, which is what the results where before I applied the
filter.
 
I though it could be caching so I deleted the cache files at each click
but no change, I'm trying to figure out what this is, it appears the
view gets the right data, but the element rendered from the view is
getting the old data... its very odd.
 
Cheers
Grant
 
 
...........................................
> b l u e t u b e i n t e r a c t i v e.
.: grant davies
.: 404.428.6839 (c)
.: 708-983-1577 (F)
> [EMAIL PROTECTED]
> http://www.bluetube.com/bti <http://www.bluetube.com/bti> 
> A Tribal Chicken Designs Affiliate <http://www.tribalchicken.com/> 

 


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Cake PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

<<attachment: small.jpg>>

Reply via email to