1 Reply Latest reply on Aug 14, 2010 8:11 PM by lvdberg

    Simple Javascript\Seam Question

    pinky.pinksimon.gmail.com
      Ok, very simmple question, just drawing a blank here...

      On submit of my Seam form I want to run some Javascript. Simple enough so far. Seam replaces the HTML Id's of form inputs with say "myForm:j_id33:myId", which means you cannot simply get a JavaScript reference to them using document.getElementById etc. So if I want to lookup form data in my onSubmit I simply can't.

      What have I missed? I am sure the answer is staring me in the face.

      Thanks.