Anjali Abraham <anjalia <at> aztec.soft.net> writes:

>             I have in my html page the code like this:
> <form jwcid="XXXX" name="YYY" onSubmit="check();">

Try putting the code below at the end of your html template:

<script language="javascript" type="text/javascript">
Tapestry.onsubmit('XXXX', 'function() { check();}');
</script>

--
Author of a book for learning Tapestry (http://www.agileskills2.org/EWDT)


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

Reply via email to