Have you looked at this page?

http://wiki.apache.org/myfaces/SubmitPageOnValueChange

On 1/18/06, Alin Dosoniu <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I want to submit the form when the value of a t:inputCalendar is changed.
> If I give to onchange attribute a value like this:
> onchange="document.forms['calendar:calendarForm1'].submit();",
> it works on Firefox but does not work in IE.
>
> If the value is like this:
> onchange="this.form.submit();",
> it does not work on Firefox nor on IE. The error that I get on Firefox is
> this
> "this.form does not contains any parameters"
>
> Is there another way to submit on value change?
>
> Thank you,
> Alin.

Reply via email to