gt; 7840
>>> 7841 return false;
>>> 7842 }
>>> 7843});
>>>
>>> thanx,
>>> Rolf Strijdhorst
>>>
>>
>>
>>
>> --
>> Howard M. Lewis Ship
>>
>> Creator of Apache Tapestry
>> Director of Open Source
t; Director of Open Source Technology at Formos
>
> -----------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h.
"fails" can mean many things. What exactly does it do?
On Tue, Apr 28, 2009 at 1:26 PM, Rolf Strijdhorst wrote:
> Hi is there a way to put both a linksubmit and a submit component on a page?
>
> when i press the linksubmit it fails at the javascript with the line
> this.form.submit();
>
> onClic
Hi is there a way to put both a linksubmit and a submit component on a page?
when i press the linksubmit it fails at the javascript with the line
this.form.submit();
onClick : function(event)7828 {
7829 // Tapestry.debug("LinkSubmit #{id} clicked.", this.element);
7830
7831 Event.stop(event);
783