I've got a problem accessing query_string (the part after '?' in URL)
from the level of WebQueryOpen Java agent.
It does work, when I access the agent directly with db.nsf/my-agent?
OpenAgent&name=value.
In such situations I would use:
doc.getItemValue("QUERY_STRING").elementAt(0).toString();
to fetch it...
Is it not possible at all from WQO level?
I really need to show/hide some part of a form to a user based on the
ID that is supplied in the URL, then to be processed by the agent...
Kind regards,
PS
I did read it before I posted, but it didn't work... maybe I did some
simple mistake, that caused an error, but, in the end, when I tried it
for a second time, it did work :)