Re: Finding out client IP.

2005-11-30 Thread Seejo Pylappan
You need to disable DirectConnect mode and then deploy the application using a WebServer to get those headers.-SeejoOn Nov 30, 2005, at 7:38 AM, Gennady Kushnir wrote:Hello, List.Can WO somehow realize, from what IP the request is received?I need to restrict some functions of my app to be available

Re: AW: Referencing WO fields in JavaScript

2005-10-25 Thread Seejo Pylappan
cause      this.document.getElementById("someField") = aNewString;   doesn't work...   Your help is greatly appreciated!   Regards,   Stephan. Von: Seejo Pylappan [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 25. Oktober 2005 15:22An: Stresing, StephanCc: webobjects-dev@li

Re: Referencing WO fields in JavaScript

2005-10-25 Thread Seejo Pylappan
cases (WORepetition) where you cannot make the name unique without some help from WO. I imagine people will say "bind to a method returning a string" but how then does one consistently generate the same ID for same element? Can the contextID be used? -arturo Seejo Pylappan wro

Re: Referencing WO fields in JavaScript

2005-10-25 Thread Seejo Pylappan
Add a attribute called id to the WOPasswordField in the inspector. Give the id a unique name. Then from the _javascript_ you can use:        aVar = document.getElementID('unique_name').value;Hope this helps.On Oct 25, 2005, at 9:10 AM, Stresing, Stephan wrote:Hi, we want to implement a low-level va