I have written an AREA plugin in Java which reads some name/value pairs
from pluginsvr_config.xml. This is how it looks
<userDefined>
<var1>xyz</var1>
</userDefined>
I am able to read it like
String var1 = pc.getConfigItem("var1")
But now even if I change the section to
<userDefined>
<var1>xyz,abc</var1>
</userDefined>
Instead of getting "xyz,abc" as the value of val1, I am still getting it as
"xyz"
Any idea what might be going wrong?
~ Nathan
_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"