I need to access an .xml file from a different .par file...Help me!
Here is what i tried,
PAR_A has an xml file under PORTAL-INF->xml->a.xml
I need to access it in another java iview, so i tried as
request.getWebResourcePath("pcd:portal_content/*****/myIview_A") + "/xml/a.xml");
and if i check the length itz always 0.
How do i access an xml (which is a private resource of a different par file) ?
I also tried request.getPrivateResourcePath("*****");...no result..
Thanks a lot for any replies.
Robert D