RE: Problem with swapping panels using Ajax links

2013-07-23 Thread Chris Whitcomb
It seems that on the server that works (WAS 6.1.0.29), it can find the wicket-event.js: [7/22/13 13:58:34:585 EDT] 001c SessionContex > SessionContext.encodeURL Entry resources/org.apache.wicket.markup.html.WicketEventReference/wicket-event.js On the servers t

RE: Problem with swapping panels using Ajax links

2013-07-12 Thread Chris Whitcomb
I like the inline editing - that's pretty nice. However, I'm not sure my users would. I swap the panels usng replaceWith: Page page = getPage(); EditPanel editPanel = new EditPanel(ReadPanel.this.getId(), selectedDocumentModel); ReadPanel.this.replaceWith(editPanel); if(target != null){ target.

Problem with swapping panels using Ajax links

2013-07-11 Thread Chris Whitcomb
I have a page that I swap 2 panels - read and edit. On the read panel, the edit button is an AjaxFallbackLink. In the onClick, I replace the read panel with the edit panel. This button works correctly - the panel gets swapped out. On the edit panel, I have 2 buttons - cancel which is an AjaxFal