Jeremy Levy-2 wrote:
> 
> I want to be able to pass a parameter into a page and then lookup the name
> of the content file in
> my database based on this parameter and then have the page load and
> display
> the appropriate content.

What is the "content file" you want to display?  Is it just HTML?  If so,
try:

String html = myBusinessMethodToGetContent(someParam);
add( new Label("customContent",html).setEscapeModelStrings(false) );
-- 
View this message in context: 
http://www.nabble.com/Custom-Content-tf4619447.html#a13192982
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to