Hi,

I would like retrieve a tapestry specification definition (.page) and the
template (.html) from a database.

For doing that, I create a class that implements ISpecificationResolverDelegate
.

The method findPageSpecification must return a IComponentSpecification. So I
instanciate a ComponentSpecification object.

The problem is: how can I fill my componentSpecification object with the
.page content (xml) and .html content retrieved from a database ?

Thank you very much,

D.

Reply via email to