OpenNTF.org - iWatch

My Links (Not logged in)
User Name Password
Hosted by Prominic.NET

   Project: iWatch (Managed by Thomas W Duff)
Actions:


Response
SubjectSubmit post to google
Created 05/19/2004 06:53 AM by Jose M Rodriguez.
Modified<none> by <none>.
Body

In the Submit post to google agent,
I had to add an "if" to check if prfProxyServer was 'null', since getItemValueString returns null if field is "" (empty string).

I'm using Lotus Notes 6.5.1

String prfProxyServer = doc.getItemValueString("dpProxyServer");
if (prfProxyServer==null){
prfProxyServer=new String();
}

Regards,
Jose