Hi,

<style wicket:id="myStyle"></style>
...
add(mystyle = new Label("myStyle", content))
...
target.add(mystyle)


On Tue, Aug 20, 2013 at 7:13 PM, <[email protected]> wrote:

>
> Martin Grigorov <[email protected]> schreef:
>
> Hi Martin,
>
> Thanks for your quick answer.
>
>
>
>> You cannot replace header contributions with the same HTML id attribute.
>> Wicket checks whether the contribution is already in the page and ignores
>> it.
>>
>
> Ok, that explains a lot.
>
>
>
>> You can use normal Label component to be able to replace it in Ajax
>> responses.
>>
>
> I am not fully understanding this, could you give more detail about the
> suggested solution?
>
> thanks,
>
>
> Haiko
>
>
> ------------------------------**------------------------------**---------
> To unsubscribe, e-mail: 
> users-unsubscribe@wicket.**apache.org<[email protected]>
> For additional commands, e-mail: [email protected]
>
>

Reply via email to