I have a zip code field that when submitted populated the city and state.
The zip code field is an input text box.  How do I submit the zip code
field without tabbing but at the same time as when i click a button.
The button also has an action method associated with it.  Right now,
I have autosubmit= true on the zip code field has a valuechangelistener
associated with a listener method.

I tried adding a javascript  onchange="clickLink('hiddenLink')" based on
some solutions to a different problem by Andrew Robinson on this
mailing list archive.  But when I click the button that calls the
zipChangeaction associated with the hiddenLink, but does not execute
the action associated
with the button.

Thanks in advance for your help,

Veena

Reply via email to