Re: Trouble updating component when using markup inheritance

2016-08-06 Thread Lon Varscsak
Perfect!  Thank you so much for getting me situated!

-Lon

On Sat, Aug 6, 2016 at 3:03 AM, Sven Meier  wrote:

> Hi,
>
> this is a known problem with TransparentWebMarkupContainers, see
> WICKET-5479
>
> You should use a WebMarkupContainer and #queue() instead.
>
> Regards
> Sven
>
>
>
> On 04.08.2016 01:49, Lon Varscsak wrote:
>
>> Hey guys,
>>
>> I’ve got a component (ComponentB) that subclasses from another component
>> (ComponentA).  In ComponentB I call a method on ComponentA that updates a
>> div (ajax) that wraps some content on ComponentA in addition to the
>>  (which is ComponentB’s content).  While this updates
>> correctly, if I have any links in the Child, no Ajax handlers are returned
>> in the ajax call, so the updated values are correct, but none of the links
>> work anymore.
>>
>> If there are any links in ComponentA’s html, they will have the proper
>> handlers regenerated and called.
>>
>> I have a quick start here that demonstrates the problem:
>> https://dl.dropboxusercontent.com/u/549221/test.zip
>>
>> Any thoughts?
>>
>> Thanks,
>>
>> Lon
>>
>>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


[ANNONCE] Wicket jQuery UI 7.4.0 released

2016-08-06 Thread Sebastien
Dear Wicket jQuery users,

Wicket jQuery UI 7.4.0 based on Apache Wicket 7.4.0 is now released.

*Changelog:*
https://github.com/sebfz1/wicket-jquery-ui/releases/tag/wicket-jquery-ui-7.4.0

*Maven dependencies:*




com.googlecode.wicket-jquery-ui
wicket-jquery-ui
7.4.0



com.googlecode.wicket-jquery-ui
wicket-jquery-ui-theme-base
7.4.0





com.googlecode.wicket-jquery-ui
wicket-kendo-ui
7.4.0



com.googlecode.wicket-jquery-ui
wicket-kendo-ui-theme-default
7.4.0


If you have any *question*, feel free to ask in the forum:
http://groups.google.com/group/wicket-jquery-ui/

If you notice an *issue*, please report it here:
https://github.com/sebfz1/wicket-jquery-ui/issues
Enjoy! :)
Sebastien


[ANNONCE] Wicket jQuery UI 6.24.0 released

2016-08-06 Thread Sebastien
Dear Wicket jQuery UI users,

Wicket jQuery UI 6.24.0 based on Apache Wicket 6.24.0 is now released.

*Changelog:*
https://github.com/sebfz1/wicket-jquery-ui/releases/tag/wicket-jquery-ui-6.24.0

*Maven dependencies:*




com.googlecode.wicket-jquery-ui
wicket-jquery-ui
6.24.0



com.googlecode.wicket-jquery-ui
wicket-jquery-ui-theme-base
6.24.0





com.googlecode.wicket-jquery-ui
wicket-kendo-ui
6.24.0



com.googlecode.wicket-jquery-ui
wicket-kendo-ui-theme-default
6.24.0


If you have any *question*, feel free to ask in the forum:
http://groups.google.com/group/wicket-jquery-ui/

If you notice an *issue*, please report it here:
https://github.com/sebfz1/wicket-jquery-ui/issues
Enjoy! :)
Sebastien


Re: Trouble updating component when using markup inheritance

2016-08-06 Thread Sven Meier

Hi,

this is a known problem with TransparentWebMarkupContainers, see WICKET-5479

You should use a WebMarkupContainer and #queue() instead.

Regards
Sven


On 04.08.2016 01:49, Lon Varscsak wrote:

Hey guys,

I’ve got a component (ComponentB) that subclasses from another component
(ComponentA).  In ComponentB I call a method on ComponentA that updates a
div (ajax) that wraps some content on ComponentA in addition to the
 (which is ComponentB’s content).  While this updates
correctly, if I have any links in the Child, no Ajax handlers are returned
in the ajax call, so the updated values are correct, but none of the links
work anymore.

If there are any links in ComponentA’s html, they will have the proper
handlers regenerated and called.

I have a quick start here that demonstrates the problem:
https://dl.dropboxusercontent.com/u/549221/test.zip

Any thoughts?

Thanks,

Lon




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org