http://tapestry.apache.org/mail-lists.html
Out of curiosity (because so many other users have been having issues) - is this a web site documentation issue? Have you tried to un-subscribe and not found the right info in the right place? Any help would be greatly appreciated. On 8/10/06, Brendan Donovan <[EMAIL PROTECTED]> wrote:
How do I unsubmit from these checkin messages! [EMAIL PROTECTED] wrote: >Author: jkuhnert >Date: Wed Aug 9 22:21:38 2006 >New Revision: 430254 > >URL: http://svn.apache.org/viewvc?rev=430254&view=rev >Log: >Changes to LinkSubmit script made via semi-anonymous hint from Josh Long. (I didn't notice the js being executed was with an href"" call..) > >Modified: > tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/form/LinkSubmit.script > >Modified: tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/form/LinkSubmit.script >URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/form/LinkSubmit.script?rev=430254&r1=430253&r2=430254&view=diff >============================================================================== >--- tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/form/LinkSubmit.script (original) >+++ tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/form/LinkSubmit.script Wed Aug 9 22:21:38 2006 >@@ -24,7 +24,7 @@ > <input-symbol key="form" class="org.apache.tapestry.IForm" required="yes"/> > > <let key="href"> >- tapestry.form.submit('${form.name}', '${name}'); >+ javascript:tapestry.form.submit('${form.name}', '${name}'); > </let> > > </script> > > > >
-- Jesse Kuhnert Tapestry/Dojo/(and a dash of TestNG), team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind.
