Is there a way of setting my Page to be XML instead of HTML? I'm returning a page that contains an applet. The applet then contacts another screen to request the dataset that it needs to display. That dataset is in XML.
I set the layout to be empty (just the screen_placeholder) and the screen writes in a string version of my xml doc. However, the page slaps html tags around it before it is sent back. My xml parser then chokes on it. Is there a way to set page settings from within the screen class. All the methods in the javadoc look like they are for manipulating html attributes.
thanks
Jason
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
