Robert Cole <robert.cole <at> db.com> writes: > I've tried the change, and it looks like I've substituted the error for > another one. I'm now getting an ApplicationRuntimeException stating "Body > components may not be nested". Again, this is happening > when I call the second page. Stacktrace below:
I think the best solution is to put the part of the page displaying a company's info into a say CompanyInfo component. Then to show all the companies in one page, just create a regular tapestry page like: <span jwcid="@For" ...> <span jwcid="@CompanyInfo" .../> </span> -- 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]