Do you have forms nested inside each others? Make sure you close each
form before opening the next. MARK Joel Trunick wrote: Yes, all @LinkSubmits are within a @Form to submit that form. I noticed some thread here about not using the same listener across forms, is that really a problem, because I do that (as the form is in a component).Joel -----Original Message----- From: Andreas Andreou [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 11, 2006 2:24 PM To: Tapestry users Subject: Re: Multiple forms on page / Multiple Link submits Don't you have each @LinkSubmit inside each @Form ? Joel Trunick wrote:I have a component that contains a form component which contains LinkSubmit components. It works fine when there is only one instanceofthe form component on the page, however, I put multiple instance oftheform component on the page, I get stale link errors when clicking ontheLinkSubmits. Apparently, LinkSubmit is confused on which form it is submitting. How would this be corrected? Joel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] |
- RE: Multiple forms on page / Multiple Link submits Joel Trunick
- Re: Multiple forms on page / Multiple Link submits Mark
- RE: Multiple forms on page / Multiple Link submits Joel Trunick