Build up applicationSpecification dynamically

2007-10-16 Thread Henrik Schlanbusch
Hi I have a problem. In my application that I am upgrading from T3 to T4.1.3 I need to build up the list of pages dynamically on startup time. This we managed without problems in T3 by subclassing the engine and accessing the IApplicationSpecification there and add pages like this:

Re: Build up applicationSpecification dynamically

2007-10-16 Thread Henrik Schlanbusch
I have a problem. In my application that I am upgrading from T3 to T4.1.3 I need to build up the list of pages dynamically on startup time. To clearify: I have specified all the pages file names and specification paths in different xml files (spring)- that reside in several modules. The