Re: Outputting values of an Info placeholder from within a render spot

2010-07-02 Thread Stefan Popp
Hi Michael, i have exactly the same problem. I'd like to use a date in the google sitemap. Unfortunately it is not possible to access info elements via render tags. There is a note in the German Navigation Manager documentation on page 51 -- PageElementList Elements. I would not suggest to look

java classes

2010-07-02 Thread Jo
Hi, Anybody has got experience using java classes in 'Hot Deployment Configuration' section ? Or integration with java classes ? Could you please share how do you do that? And the what was the use? Thanks, Jo -- You received this message because you are subscribed to the Google Groups RedDot

Re: replacement for render tag

2010-07-02 Thread reddotrich
Hi Tony, Thanks for your advice, we did start down the road of xml files, partly to try and stay within the Red Dot publishing methodology, but switched to WCF as a more on demand solution and a more direct route into the rest of our publishing structure. The reason we want to remove the render

Re: java classes

2010-07-02 Thread Eric Koleda
Hi Jo, The deployment is outlined in the LiveServer / Delivery Server manual. The use case is when you want to add your own classes to the LiveServer, like custom Iolets, weblets, inline functions, etc. Best, - Eric On Jul 2, 7:26 am, Jo jyotsnasu...@gmail.com wrote: Hi, Anybody has got

Re: Correct publishing information via RQL

2010-07-02 Thread Bill Rishsew
Don't know why I thought yesterday was Friday. Wishful thinking I guess. Just employeed your recommendation a works beautifully. Thanks for hanging with me. Was able to reduce the code to a single function. Gotta like that! On Thu, Jul 1, 2010 at 4:59 PM, Bill Rishsew bill.rish...@gmail.com wrote:

Re: replacement for render tag

2010-07-02 Thread Richard Hauer (5 Limes)
I haven't tried it but just as a thought, what if you moved the processing from pre-execute to the main web site's code-behind. I presume you're publishing ASPX and not HTML. What I mean is you could pu the following into your template... asp:XmlDataSource runat=server id=myXml