42Lines/wicket-source

Instantiation Location not included for components inside a modal window or any ajax content

Closed this issue · 3 comments

Instantiation Location is not always included for components inside a modal window, or other ajax-created content. Need to investigate how those get created and ensure it carries through the ajax properly.

Traced this down to some incorrect assumptions in AttributeModifyingComponentVisitor. It's now adding html attributes to all components regardless of type, which results in proper behavior.

Solved, for release 1.5.0.7

Not all cases are working yet in .7, although it's improved. More investigation to do.

My mistake during retesting. Actually it works fine. Closing.