Hi Jeff, Jeffrey Porter wrote: > Roland I could kiss ya! > > Well I'll reserve judgment till me meet.
So do I :-) > client.executeMethod(formPost.getHostConfiguration(), formPost, state); > > Can I replace it with this? > > client.executeMethod(client.getHostConfiguration(), formPost, state); You can actually replace it with this: client.executeMethod(null, formPost, state); The JavaDocs leave room for improvement there. cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
