I want to build a Portal system based on the example in the Tutorial, but much more advanced.  What I want to do is be able to create pages on the fly and then render them like the example.  They only thing I don't want to do is have to add them to the application or have to add them to and then remove them from the Specification (engine.getSpecification()), which is what I'm doing right now.  Is there some way that I could load a page via property path (ie. /com/romulin/testPage.jwc) and render the page without it being put in the specification.
 
The reason I want to do this is for added protection (no one should be able to access the portlets as a seperate page like can happen with the tutorial).
 
Any Ideas??

Reply via email to