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]

Reply via email to