Hi Guys,
I have done a task on custom themes where i can modify the portal theme from default to my own custom theme. For this, I have Put these files under my project folders
1. DynamicHomePage.xsl
2. Header.xml
3. Footer.xml
4. HomePage.css
And also included the DynamicHomePageLibrary.xsl under the XMII/Stylesheets folder which is by default. I haven't changed the current path as i have a document in which they have mentioned like these path need not be changed.
I have changed all my path redirections in DynamicHomePage.xsl according to my project folder creation. But even after doing all the stuffs, I did not get the desired output. (i.e) The Themes are not changed in the MII Portal.
I get the Following error:
javax.xml.transform.TransformerException:
javax.xml.transform.TransformerException:
com.sap.engine.services.servlets_jsp.server.exceptions.WebIOException: An
attempt to write after the stream had been closed.
This is the error i get in Netweaver logs.
Can anyone let me know whether anything is missing.
Thanks
Praveen