> Oh ... you mean to say that once we have a html page with certain components
> then it is not possible to add new components to that existing page at
> runtime.

You need to do that in another way. You need to replace those
components, not the markup. Panels are convenient for that case. For a
simple example, look at how TemplatePage in wicket-examples/ template
works, particularly the changeAdLink.

Eelco

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

Reply via email to