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.

[1134 byte] By [beutina] at [2007-11-26 23:06:36]
# 1
Try passing null for channel name.
unni_blra at 2007-7-10 14:00:17 > top of Java-index,Web & Directory Servers,Portal Servers...
# 2
hello,I've tried pass "", "/" "./" and so one... but none work.any idea ?thanks
beutina at 2007-7-10 14:00:17 > top of Java-index,Web & Directory Servers,Portal Servers...