Dreamer A wrote:
> Hi All,
> 
> I have this simple question, please enlighten me:
> 
> I have a page with a Form on it.
> I need a link (<A>) to submit this form and go to next page,
> what is the best way to achieve this?
> 
> Thanks in advance!

You need to call a Javascript function like:
function send()
{
   document.Form0.submit()
}

I *think* the first form on a Tapestry page is always named Form0, but 
I'm not sure.

Tom



_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Tapestry-developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/tapestry-developer

Reply via email to