Hi,

I'd recommend you to use plain JS to make the Label visible.
AjaxButton yourAjaxButtonWithResource = new AjaxButton("button) {
  @Override protected void updateAjaxAttributes(AjaxRequestAttributes
attributes) {
      attributes.getAjaxCallListeners().add(new
AjaxCallListener().onBeforeSend("$('#labelId').show()"));
  }
  ...
}

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Thu, Mar 2, 2017 at 7:29 PM, SeldonCrisis <[email protected]> wrote:

> OK, thanks Ernesto and everyone else.
>
> --
> View this message in context: http://apache-wicket.1842946.
> n4.nabble.com/Display-PDF-in-new-tab-tp4677202p4677230.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to