Re: [T5] combination of linksubmit and submit fails

2009-04-29 Thread Howard Lewis Ship
gt; 7840 >>> 7841 return false; >>> 7842 } >>> 7843}); >>> >>> thanx, >>> Rolf Strijdhorst >>> >> >> >> >> -- >> Howard M. Lewis Ship >> >> Creator of Apache Tapestry >> Director of Open Source

Re: [T5] combination of linksubmit and submit fails

2009-04-29 Thread rolfst
t; Director of Open Source Technology at Formos > > ----------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h.

Re: [T5] combination of linksubmit and submit fails

2009-04-28 Thread Howard Lewis Ship
"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

[T5] combination of linksubmit and submit fails

2009-04-28 Thread Rolf Strijdhorst
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