RFE 1499927. I already fix that with XmlPage.configureResponse().
Jan "Juergen Donnerstag" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > You could create your own BasePage for all Xml and HTML Pages and > subclass configureResponse. I'm not especially in favor of such > if(condition). They'll always be subject to discussions. > > Juergen > > On 6/2/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > Could you please submit a feature request for that? > > > > Eelco > > > > On 6/2/06, jan_bar <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > > I am facing unpleasant troubles with setStripXmlDeclarationFromOutput. My > > > application needs to output HTML pages with stripped XML prologue, but at > > > the same time I have to serve XML files *with* the XML prologue. The > > > settings like StripXmlDeclarationFromOutput or StripWicketTags (and other) > > > or only application wide. > > > > > > Maybe, when Page.configureResponse() sees getMarkupType()=="xml", it should > > > not strip XML prologue even if StripXmlDeclarationFromOutput is set? > > > > > > Thanks for your support, Jan _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
