Hi,

Please create a quickstart and attach it to a ticket in JIRA.
Thanks!

Martin Grigorov
Freelancer. Available for hire!
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Sun, Aug 9, 2015 at 1:57 PM, Peter Diefenthäler <pdief...@gmail.com>
wrote:

> Hello,
> I tried to switch to Wicket 7 and I got a problem with all
> AjaxFallBackLinks having target = NULL.
>
> link = new AjaxFallbackLink<String>("tableImportRows") {
> private static final long serialVersionUID = 1L;
>
> @Override
> public void onClick(AjaxRequestTarget target) {
> log.debug("import new entries ...");
> ModalPanel importPanel = page.getImportPanel(modalImport.getContentId(),
> modalImport);
> modalImport.setTitle(new StringResourceModel(
> "titleImport", importPanel, new Model<String>()).getString());
> modalImport.setContent(importPanel);
> if (target != null) {
> target.focusComponent(importPanel.getFocusComp());
> modalImport.show(target);
> }
> }
> };
>
> Any help will be appreciated.
> Thanks, Peter
>

Reply via email to