>
> That is the the way, you need to create youre own Page (just like WebPage)
> and then make for specific components a n implementation.
> We (the wicket core team) just didn't need it (except XmlPage) but it would
> be great
> to have such a thing!
>
But if XDIME is just a deviation of xhtml with some minor changes like
you describe, than it might sufficient to just create the component
which deviate (e.g. xfmuselect)
Only if the extention of the files and the response that is send to the browser is html.
If you use a different extentions then you need a new Page (just have to implement one method getMarkupType())
ofcourse you can overrid that method also of WebPage so you still have the things webpage does for us (thinks like headers in the markup)
johan
