Do any of you know where System properties are set at?
     
     Explanation: I am writing a "Snoop-type" servlet that has any array of 
     keys(i.e."java.vendor","browser", "browser.vendor", etc)
     
     Then I transcend the array in a for loop and call:
     value = System.getProperty(key[i]);
     
     The problem is that some of the values are set such as java.vendor and 
     java.vendor.url.  Other values are null, such as browser and 
     browser.vendor.
     
     I am really interested in knowing what browsers my users are using.  
     Does anyone know why the browser-type variables are coming back null?
     
     Jaman


Unsubscription, archives, FAQ - http://www.xcf.berkeley.edu/lists.html

Reply via email to