I do use the visible, nameless one to hold the value.
However, though I can set the value on it, it ignores
my request for focus().
So are you are saying I should ask this in the Dojo
area?
Thanks,
Scott
--- Musachy Barroso <[EMAIL PROTECTED]> wrote:
> One has the ${name} you entered in the name
> attribute, and it will have the
> value entered on the visible input. The one with the
> name ${name}Key has the
> key for the selected value, and the visible one (the
> one with no name) is
> for typing. Why not use the visible one as the one
> holding the value? It is
> a Dojo thing and I'm not sure why, but there is
> probably a good reason :).
> The focus should be set on the visible one.
>
> musachy
>
> On 4/18/07, Scott Nesbitt <[EMAIL PROTECTED]>
> wrote:
> >
> >
> > I am having trouble setting the focus on an
> > autocompleter field.
> >
> > When I print out all the fields in my overlay, I
> see
> > three for the sports team autocompleter:
> >
> > sportsTeam
> > sportsTeamKey
> > (one with no name) (why does it have no name?)
> >
> > Here is how it is declared:
> >
> > <s:autocompleter name="sportsTeam"
> > id="sportsTeam"
> > keyName="sportsTeamKey"
> > theme="ajax"
> > formId="mainForm"
> > href="%{#autosportsteam}"
> > cssStyle="width: 430px;"
> > dropdownHeight="180";
> > loadMinimumCount="2"
> > loadOnTextChange="true"
> > autoComplete="false"
> > showDownArrow="false"
> > delay="100"
> > searchType="substring"
> > forceValidOption="true"/>
> >
> > In my onbodyload() function I set the value of the
> > field with no name and it works. However, when I
> try
> > to set the focus on the one with no name it
> ignores it
> > and none of the overlay fields has focus.
> >
> > I tried adding dataFieldName but despite the
> > documentation it says the attribute is not
> recognized.
> >
> > Any suggestions?
> >
> > Thanks,
> >
> > Scott
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam? Yahoo! Mail has the best spam
> protection around
> > http://mail.yahoo.com
> >
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, e-mail:
> [EMAIL PROTECTED]
> >
> >
>
>
> --
> "Hey you! Would you help me to carry the stone?"
> Pink Floyd
>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]