It seems to me that Tapestry4-beta5's LinkSubmit component generates a
wrong javascript call :

<a href="#" jwcid="@LinkSubmit"> MY TEXT </a>

generates :

<a id="LinkSubmit" href="javascript:submitLink(Tapestry.find('form',
'LinkSubmit');">
MY TEXT </a>

it misses a ")" at the end of the submitLink statement.

Bye,
Paolo

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to