> Should the Hidden component preserve the id?  In my TML I have:

Probably, but it doesn't. You can look at the source for Hidden and
it's a very simple component. It doesn't output the id.

You can try this:

var form = $('contact');
var input = form['jumpToPage'];

from http://www.prototypejs.org/api/form/element/getValue

Josh

On Wed, Mar 10, 2010 at 2:28 PM, Michael Gentry <mgen...@masslight.net> wrote:
> Hi everyone,
>
> Should the Hidden component preserve the id?  In my TML I have:
>
> <input id="jumpToPage" t:type="Hidden" t:id="jumpToPage" 
> t:value="jumpToPage"/>
>
> However, the generated HTML looks like:
>
> <input type="hidden" name="jumpToPage"/>
>
>
> Makes it hard to use $('jumpToPage') in my JavaScript to set the value.  :-)
>
> If I switch to:
>
> <input style="display: none;" t:type="TextField" t:id="jumpToPage"
> t:value="jumpToPage"/>
>
> It works, but of course, that just feels wrong.  Thoughts?
>
> Thanks in advance,
>
> mrg
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>



-- 
--
http://www.bodylabgym.com - a private, by appointment only, one-on-one
health and fitness facility.
--
http://www.ectransition.com - Quality Electronic Cigarettes at a
reasonable price!
--
TheDailyTube.com. Sign up and get the best new videos on the internet
delivered fresh to your inbox.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to