I’m using Domino Designer / Domino Server 6.5, and i have a JavaAgent that needs to use the URL to get some parameters.
How can I do that??
Thanks,
I’m using Domino Designer / Domino Server 6.5, and i have a JavaAgent that needs to use the URL to get some parameters.
How can I do that??
Thanks,
Subject: How can I get the Wurty String Decoded from JavaAgent??
Use the documentcontext to get the query_string_decoded if you invoke the agent using a URL, like http://server/db.nsf/javaagent?openagent¶m1=val1¶m2=val2
HTH
Alex