Hi Guys,

This time I'm trying to make a autocompleter component keep its value when
its property comes populated from action.

<input dojoType="struts:ComboBox"
                name="autoCompleterKey"
                keyName="autoCompleter"
                dataUrl="/Mutuo2/PlantelVarietal!listVars.action?"
                searchType="startstring"
                dropdownHeight="100"
                autoComplete="true"
                loadOnType="true"
                loadMinimum="1"
                visibleDownArrow="true"
                style="width: 149px;"/>

If I type some value and choose that, this value is getting into the action,
but if I have this value from the action, when loading the jsp page, then
autocompleter doesn't keeps tha value.

Any suggestion?


Thanks,

Felipe
-- 
View this message in context: 
http://www.nabble.com/AutoCompleter-doesn%27t-keeps-value.-tf3977359.html#a11290103
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to