I have a Struts Bridge application that outputs compliant XHTML in
standalone mode but not when accessed via a portal (uPortal). I have
tried using the struts portlet tag library <html:html xhtml="true">
and <html:xhtml />.
In the portal, my application links contains &_spage where for XHTML
compliance they should contain &_spage.
Looking through the Struts bridge source code it appears that
StrutsPortletURL never outputs XHTML compliant links. actionURLs and
renderRequests both contain pageURL.replaceAll("&","&").
Is there something else I should be doing to force XHTML output?
Cheers,
Mark
--
"Paradoxically, the more time saving abstractions you are using the
more you actually have to know." - Simon Willison
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]