TS 7.2.1 on Solaris 10I was just curious to see if anyone has had any luck using Ajax to pull in a .page file successfully. I've played with the OOTB ajax component some and tried, but that actually dumps the full contents of the page onto your page, so you don't get the rendered page, but the full code dump of the .page file. If we generate the HTML using the SitePublisher menu item and include that we're fine, but were hoping to avoid having to perform that step every time the page may be updated. Is anyone out there including .page files in this way? Or is looking more at a SSI a better approach. I appreciate your opinions.Thanks!!!
We're doing this due to a caching issue on the site. With everything included in the pages, if there is a change to the header/footer, we have to flush the cache for the entire site. This way, the header and footer would be separate pages and only the single page needs to be refreshed versus everything. Yes, we're trying to add the full .page file into another .page file...no drop-down populations or anything.We're using LSDS.