Sun Java System Portal Server 6 - get global properties
Hello,
I'm try to get a global property in a JSPProvider but I can't find how to do !
I'm tried with getStringProperty(channel,name) but there is no channel at this level.
Is any one can tell me what the good api/method to get it.
here is part of my Display Profile :
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE DisplayProfile SYSTEM"jar://resources/psdp.dtd">
<DisplayProfile version="1.0" priority="10">
<Properties>
<String name="retourPortail" value="maValeur"/>
</Properties>
<Channels>
</Channels>
<Providers>
</Providers>
</DisplayProfile>
thanks,
Philippe.

