I can't reference the getAttribute method.
I assume it is because I am running an old version (1.0.2) of ECS and this
doesn't work.
Can't use a newer version as I am using 1.1.8 JDK and any newer versions of
ECS won't work.

Any other ideas around the original problem

-----Original Message-----
From: Mino Madzia [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 15, 2000 12:44 PM
To: ECS
Subject: Re: Getting Values from Input text fields




"Richard.Johnstone" wrote:
> 
> This should be so easy but I can't get it to work.
> I have tried <obj>.toString but it doesn't work
> How do you get the value of the item.
> ie HTML    xxx.value

        xxx.getAttribute("value");

see Input.setValue also :
    public Input setValue(double value)
    {
        addAttribute("value",Double.toString(value));
        return this;
    }

mino


--
------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]


--
------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to