Re: Adding breadcrumbs

2016-03-04 Thread matteoroxis
Hello, i have the same problem... Did you resolve it? how did you do? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Adding-breadcrumbs-tp1855027p4673827.html Sent from the Users forum mailing list archive at Nabble.com. --

Re: Wicket 6.16 How to change an icon at a data table

2016-03-04 Thread Martin Grigorov
Hi, On Fri, Mar 4, 2016 at 11:55 AM, Harry wrote: > Hi all, > > I have another question. > I try to change an icon at a table. > The icon is a link to open a journal, after click the icon, the journal > opens in a separate window. > Now the icon should be change to another icon, so the user can

Re: Wicket 6.16 problem with popup window to the front by IE11

2016-03-04 Thread Martin Grigorov
Hi, I think this is done intentionally by IE: http://lmgtfy.com/?q=internet+explorer+popup+opens+hidden Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Mar 4, 2016 at 11:34 AM, Harry wrote: > Hi Sebastian, > > the problem is that the popup window appear be

Wicket 6.16 How to change an icon at a data table

2016-03-04 Thread Harry
Hi all, I have another question. I try to change an icon at a table. The icon is a link to open a journal, after click the icon, the journal opens in a separate window. Now the icon should be change to another icon, so the user can see, which journal he has already opened. All is working well, o

Re: Wicket 6.16 problem with popup window to the front by IE11

2016-03-04 Thread Harry
Hi Sebastian, the problem is that the popup window appear behind and not in front of the application. So the user didn’t realize that the window is open. This behaviour is only at the IE11 with Firefox and Chrome it is working well. -- View this message in context: http://apache-wicket.1842946.

Re: Wicket 6.16 problem with popup window to the front by IE11

2016-03-04 Thread Bas Gooren
Hi Harry, What exactly is the problem? Is the popup not rendering at all in IE11? Have you checked the javascript console to see if there is a javascript problem? Your code is mostly about redirecting (or rendering) to a url for a manual; Is that part not working in IE11? Met vriendelijke groe

Wicket 6.16 problem with popup window to the front by IE11

2016-03-04 Thread Harry
Hi all, I’m new in this forum and I am no expert on wicket. I try to get a popup window to the front at the browser IE11, with Firefox and Chrome it works. I open the popup window with an item "*HELP*" from a Choicebox. Here the code: public class SwitchAboutChoice extends DropDownChoice {