On 7/30/07, Jan Kriesten <[EMAIL PROTECTED]> wrote:
>
> Hi Eelco,
>
> > You can use onRendered and write directly to the response using
> > Response response = component.getResponse();
>
> not really. I tried that before, But that only writes the param after the 
> close
> tag which isn't what is intended. :-) Result:
>
> <object wicket:id="swf" width="200" height="150">
> </object>
> <param name="movie" value="res/mymovie.swf" />
>
> The param belongs inside the object-tag.

Hmmm, yeah. So it looks to me like you *do* need something like
onComponentTagBody then. Any other devs have alternatives ideas? Looks
like a valid use case to me, though this is a pretty specific case
that could be solved without using behaviors.

Eelco

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

Reply via email to