Hi guys, Up until now we've been using createComponent on WebPage derivatives to allow markup to control which components are added to each page at request time. Now that we're trying to use Ajax components, we've discovered that this createComponent system doesn't inject the appropriate script tags and supporting code. I tried to look up the createComponent method but I can't seem to find it in the current API.
So my question is this - is there a proper way in Wicket 1.3.1 to have request time markup-driven component creation (like how createComponent worked) that has support for Ajax injection as well? Thanks, Michael
