Re: click url /submit cross target between iframes

2010-05-18 Thread Emulator
I've solved this problem with a dirty trick by changing the default onclick string that generted by Link class. class ChangeTarget extends Link { EditpageLink(String id, String TargetId) { super(id); this._TargetId = TargetId; } @Override public void onCompone

click url /submit cross target between iframes

2010-05-17 Thread Emulator
Hi everyone, I'm using wicket 1.4.8, and IE6(IE 6 request due to project restriction). I have a three pages, Menu(on left side), List(top on the right), Detail(buttom on the right). The List page is simply like a bookshelf that shows each book's name. When I click one of the book on the Lis