bgooren wrote: > > Well, you need to have some html in the container with wicket:id="win1" > for your code to work. Wicket is (correctly) complaining that it cannot > locate html for your component. What kind of component is Window? (it's > not a standard wicket component) >
Window is simple: public class Window extends Panel { ... } <wicket:panel xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd"> <div>...</div> </wicket:panel> -- View this message in context: http://old.nabble.com/Adding-components-to-page-%28dynamically%29-tp26886670p26889247.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org