on 2008 Nov 20 4:07 PM
We have successfully used the get property function to retrieve the illumloginname and machine name (IP address) through applets (see example below). When we try this same technique with a servlet, we receive the object is null error message. Is there any way to obtain either the IP address or user name using servlets?
var seluser=document.servlet.getPropertyValue("IllumLoginName");
Thanks,
George Matos
Foster Farms
Request clarification before answering.
<SERVLET NAME="Illuminator">
<PARAM NAME="QueryTemplate" VALUE="xxxx/yyyy">
<PARAM NAME="Param.1" VALUE="{IllumLoginName}">
<PARAM NAME="Param.2" VALUE="{Machine}">
</SERVLET>You can confirm what is in the current session with: /XMII/PropertyAccessServlet?Mode=List
Regards,
Jeremy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.