There's probably a lot of possible reasons why this might happen.
For instance, the component might be in an s:subForm.

The easiest way to handle this is to use the <s:submitOnEvent>
component so that the javascript is generated for you automatically.

Otherwise, try looking at the generated html page code.

On 3/28/07, Edney Imme <[EMAIL PROTECTED]> wrote:
Hi

I use s:inputSuggestAjax in my program. And in the onchange attribute I call
a javascript function

     <s:inputSuggestAjax onchange="submitForm();" id="orderNumbersFilter"
suggestedItemsMethod="#{
pagedDeliveryScheduleSort.findOrderNumbers}"

value="#{pagedDeliveryScheduleSort.suggestOrderNumber}" />

    When I test it, the javascript function is not called when i change the
value.

can anyone help me?

thanks

Best Regards
Edney



--
Att.
Edney Marcel Imme

Reply via email to