> yes, tried that already. strangely, <object> gets an additional
> xmlns:wicket="http://wicket.apache.org"-attribute?! but it doesn't seem to
> hurt.
Yeah, that happens in onComponentTag:
public void onComponentTag(final Component component, final
ComponentTag tag)
{
tag.put("xmlns:wicket", "http://wicket.apache.org");
What you could do is rather than extending that behavior directly,
create one from scratch that does the same thing. Just look at the
source for idea. Or we could make adding that attribute conditional
(seems to be particular for XSLT). Or decide that it doesn't hurt :)
> > Btw, if you ever get to it, a nice Flash
> > component with a demo for wicket-examples would be very welcome!
>
> Yep. :-)
That would be great!
Eelco
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]