I'm trying to use a Hidden component to allow my web page to automatically submit a login page if a browser-injected JavaScript object exists. (Allowing my web app to auto-login if run in my embedded web browser.)

I've created the field thusly:

        <input t:type="Hidden" t:id="login_id" value="${loginId}"/>

However, it doesn't really work. The control never gets an "id" so Prototype can't find it to set the value.

First, why doesn't it get an ID (the submit button does) and is there a better way of doing this?

Norman Franke
Answering Service for Directors, Inc.
www.myasd.com



Reply via email to