Hi, On Mon, Mar 13, 2017 at 5:37 PM, Manfred Bergmann <m...@software-by-mabe.com> wrote:
> Hi. > > The DataTable component has Toolbar-/CommandButtons which seem to be > rendered (by JavaScript) like this: > Button name <#> > > The href="#" causes a problem because once the button is clicked it deletes > the existing URL fragment which must be kept intact. > > What could be done to remove the href="#", since it seems to be rendered > after onDomReady or so? > If Wicket-JQuery-UI adds this "#" then I'd recommend to replace it with href="javascript:;". Some prefer "javascript:void(0)" but this is a bit longer. "#" has such side effects. > > > Manfred > > -- > View this message in context: http://apache-wicket.1842946. > n4.nabble.com/Kendo-UI-ToolbarButton-renders-href- > which-removes-existing-URL-fragment-tp4677304.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > >