Hello,
I'm trying to get a "simple" connection working between a Dao class and returning the List back to the HTML so I can display it.
I have the following component id defined:
<component id="eachEntry" value="For">
// bindings here
</component>
However, when Tapestry parses this, I get an "Unexpected component within page-specification" error.
Working though the example in Chapter 7 of "Enjoying web development with Tapestry" yields no such error.
Any ideas or suggestions would be greatly appreciated.
Tapestry is confusing how it "connects" the html to the
Java file especially with all the abstract definitions and the things going on behind the scenes. A bit opaque.
Thanks.
mike