Then take them out of the pre-execute block. All info placeholders will be populated by RedDot, if you trigger your Ajax calls upon jQuery.(ready()) or Dojo's addOnLoad() instead of forcing it inside a pre-execute block.
These two javascript wrappers make sure the intended event is fired after the DOM tree is completed. Once the Ajax call returns, just call self.reload() on the caller page and all your RQL modifications should be reflected already. Henry Lu On Thu, Sep 18, 2008 at 2:32 AM, Keith <[EMAIL PROTECTED]> wrote: > > On Sep 17, 2:19 pm, "Henry Lu, Sun Certified Java Programmer" > <[EMAIL PROTECTED]> wrote: >> After a few tries, I surrendered and just moved the data-modification >> RQL block outside the page, triggered it with Ajax at some page events >> (like jQuery's "ready" or Dojo's "AddOnload"). >> >> After the execution of the external RQL, just force the page to reload >> upon the Ajax return. >> >> Would'nt that serve your purpose? Without the Don Quixotic fight? > > It would, but I have no idea how to do this. I need to be able to pass > information from the caller to the RQL that is going to run (page > GUIDs and so forth), which I don't know how to do in SmartEdit using > AJAX. I've tried URL parameters and session variables, among other > things, but the preexecute ASP running in the page I call via AJAX > does not seem to have access to any of those things. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "RedDot CMS Users" 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/RedDot-CMS-Users?hl=en -~----------~----~----~----~------~----~------~--~---
