It is the missing backslash !
Thanks!
Shing
--- andyhot <[EMAIL PROTECTED]> wrote:
> it's the
>
> try
>
>
> Shing Hing Man wrote:
> > I have a Form component with parameter async=true,
> and
> > a plain html
> > submit button to submit the form.
> > The Form parameter updateComponents i
Thanks for the suggestion!
But @Submit (or @Submit with async="ognl:true)
does not solve the problem.
Shing
--- Andrea Chiumenti <[EMAIL PROTECTED]> wrote:
> hi,
> try replacing
>
> with
> value="Submit"/>
>
> ciao,
> kiuma
>
> On 2/8/07, Shing Hing Man <[EMAIL PROTECTED]> wrote:
> >
> >
:)
On 2/8/07, andyhot <[EMAIL PROTECTED]> wrote:
it's the
try
Shing Hing Man wrote:
> I have a Form component with parameter async=true, and
> a plain html
> submit button to submit the form.
> The Form parameter updateComponents is set to the id
> of a piece of html code
> that display a
it's the
try
Shing Hing Man wrote:
I have a Form component with parameter async=true, and
a plain html
submit button to submit the form.
The Form parameter updateComponents is set to the id
of a piece of html code
that display a value entered in the form.
When I click the submit button, t
hi,
try replacing
with
ciao,
kiuma
On 2/8/07, Shing Hing Man <[EMAIL PROTECTED]> wrote:
I have a Form component with parameter async=true, and
a plain html
submit button to submit the form.
The Form parameter updateComponents is set to the id
of a piece of html code
that display a value ent
I have a Form component with parameter async=true, and
a plain html
submit button to submit the form.
The Form parameter updateComponents is set to the id
of a piece of html code
that display a value entered in the form.
When I click the submit button, the form is submitted
asynchronously.
But t