i AM encapsulating this in Pages, if i would choose components, i would still have separate component for each entity. Which leaves with the similar problem, you cannot have many component java files, and one component html

Jesse Kuhnert wrote:
Have you tried encapsulating these other sections of logic into "components"
?

On 8/4/06, Nerijus Areska <[EMAIL PROTECTED]> wrote:


Hello all,
   i've stumbled upon %subject% problem. I am writing some CRUD for
myself, and soon noticed, i have too many identical html's like
ViewStudents.html, ViewGroups.html. Since only thing they got in them is
   some component call, i decided to have one and only html probably
named ViewRecords.html. I will still have many .java files, where data
definitions and custom logic will reside.

Now there i found out, that Tapestry won't load a page at all, if it has
  no html or specification. SpecificationResolverDelegate and
TemplateSourceDelegate are really not a sollution, because
ViewRecords.html is ON the filesystem, and CAN be loaded by Tapestry.
All i want to do is to "redirect" some of my html files to some of others.

Nerijus


---------------------------------------------------------------------
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]

Reply via email to