You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Norbert Sándor <de...@erinors.com> on 2006/07/17 15:34:25 UTC

4.1 LinkSubmit

Hello!

I'm experiencing with 4.1 and LinkSubmit does not seem to work.
It says that object "Tapestry" is not defined when it tries to execute 
"Tapestry.submit_form(...".

Regards,
Norbi

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: 4.1 LinkSubmit

Posted by Norbert Sándor <de...@erinors.com>.
It seems to be working if I change

  javascript:tapestry.form.submit('${form.name}', '${name}');

to

  javascript:Tapestry.submit_form('${form.name}', '${name}');

in LinkSubmit.script.

Regards,
Norbi

Norbert Sándor wrote:
> Hello!
>
> I'm experiencing with 4.1 and LinkSubmit does not seem to work.
> It says that object "Tapestry" is not defined when it tries to execute 
> "Tapestry.submit_form(...".
>
> Regards,
> Norbi
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org