I have set up my Wicket app such that I have a template page as the parent and each page as the child (using the wicket:child and wicket:extend tags).  However, I have a requirement where I need to change the template page (the shell of the HTML) on the fly based on info I pull from the database so that it looks different for different companies.  Since the html is tied to the template class, is there a way for me to have the template class use an HTML file that I specify?  I don't want to change the strategy for finding HTML files for all pages, only for the template page. 

Thanks for any help,

Andrew

Reply via email to