You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Paolo DonĂ  <pa...@gmail.com> on 2005/08/29 15:54:12 UTC

Tap4-beta5 javascript bug?

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: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: Tap4-beta5 javascript bug?

Posted by Howard Lewis Ship <hl...@gmail.com>.
Please add a bug to JIRA.

On 8/29/05, Paolo DonĂ  <pa...@gmail.com> wrote:
> 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: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
> 
> 


-- 
Howard M. Lewis Ship
Independent J2EE / Open-Source Java Consultant
Creator, Jakarta Tapestry
Creator, Jakarta HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

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