Hi, I'm adding AJAX support to an application via DWR, and I've run into a problem with templating. Specifically, I'd like to populate and return some context-sensitive HTML (including exits) via DWR calls. This would enable me to reuse pre-existing RIFE templates rather than rewriting the templates in javascript.
The problem that I run into is that on a DWR call, I can't retrieve a HtmlTemplate (my DWR class hasn't been initialized in a complete context), meaning that I can't fill out a template, and then get the contents and return them as a string. What I'd like to do would be to initialize an element in a context other than the current one, and then retrieve templated HTML from it. Is this possible? Thanks, Dan ----- CONFIDENTIALITY NOTICE: The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, or responsible for delivering it to the intended recipient, please be advised that any distribution, dissemination, copying or other transmission or use of the information contained in this message or its enclosed attachments is strictly prohibited. Please notify us immediately if you have received this message in error by replying to the sender of the message and deleting it from your computer. Thank you. _______________________________________________ Rife-users mailing list [email protected] http://lists.uwyn.com/mailman/listinfo/rife-users
