Hi, I have a burning question in my mind: suppose I have 10 pages that have the same basic layout: some titles and a table containing the results from some DB query. Now, I know I can use the power of Tapestry to build components out of my 10 pages and that would save me a lot of effort. My question is, what about the .java files? Should they use some kind of inheritance? I'm thinking they might only implement pageBeginRender, that's all the funcionality my pages need. Is it worth to define a class hierarchy and thus create a .java file per each .html and .page? Or is there a nicer way to to this?
Regards, -- Communism is man's exploitation of man. Capitalism is just the opposite. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]