Edney,
The only thing I can suggest is that you try it with the latest
MyFaces/Tomahawk/Sandbox.
This code works. I don't know if the t:dojoInitializer part matters
-- I've never used it for other components.
<f:view>
<h:form id="form">
<t:dojoInitializer bindEncoding="utf-8"/>
<s:inputSuggestAjax id="inputSuggestAjax"
onchange="alert('test');"
suggestedItemsMethod="#{inputSuggestAjax.getItems}"
value="#{inputSuggestAjax.suggestValue}"
charset="utf-8">
<s:submitOnEvent event="blur" for="button"/>
</s:inputSuggestAjax>
<h:commandButton id="button" />
</h:form>
</f:view>
If I get a chance, I will test this against the Tomahawk 1.1.5 and
MyFaces 1.1.5 releases later today.
On 3/30/07, Edney Imme <[EMAIL PROTECTED]> wrote:
Hello
I already have this problem.
I do how is mike example
<s:inputSuggestAjax id="pointOfConsumptionFilter"
suggestedItemsMethod="#{pagedDeliveryScheduleSort.findPointOfConsumptions
}"
value="#{inputSuggest.suggestPointOfConsumption}" >
<s:submitOnEvent event="blur" for="button"/>
</s:inputSuggestAjax>
<h:commandButton id="button" />
and this page don“t refresh automatily..
What I need to do more?
2007/3/29, Mario Ivankovits < [EMAIL PROTECTED]>:
> Hi Mike!
> > I don't think this is the issue.
> <snip>
>
> > Yep. This code works as I'd expect it to work:
> <snap>
>
> Great, thanks for the test!! :-)
>
> Ciao,
> Mario
>
>
--
Att.
Edney Marcel Imme