cancel
Showing results for 
Search instead for 
Did you mean: 

How to call the XML file as Private

Former Member
0 Kudos

Hi All,

I want to call the layer-config.xml values in JSP dropdown list. How to call the XML file as PrivateResourcePath in JSP... please advise me if any solution.

locaiton: dist/PORTAL-INF/layer-config.xml


  <?xml version="1.0" encoding="utf-8" ?> 
- <layer-config>
- <system>
  <layer>Test</layer> 
  <internal>true</internal> 
  </system>
- <system>
  <layer>Test1</layer> 
  <internal>false</internal> 
  </system>
- <system>
  <layer>Test3</layer> 
  <internal>false</internal> 
  </system>
  </layer-config>

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

The below link may help you.

[;

Regards,

Suresh Bachimanchi

Answers (0)