Re: [Wicket-user] How to refresh a wicket.markup.html.panel.Panel

2007-05-31 Thread Frank Bille
resultPanel.setOutputMarkupId(true); Frank On 6/1/07, Frank Bille <[EMAIL PROTECTED]> wrote: You have to call setOutputMarkupId(true) so the javascript can locate it in the HTML. Frank On 6/1/07, wicket0123 < [EMAIL PROTECTED]> wrote: > > > I have a web page that adds the panel as a compon

Re: [Wicket-user] How to refresh a wicket.markup.html.panel.Panel

2007-05-31 Thread Frank Bille
You have to call setOutputMarkupId(true) so the javascript can locate it in the HTML. Frank On 6/1/07, wicket0123 <[EMAIL PROTECTED]> wrote: I have a web page that adds the panel as a component. On the same page, I've three ajax links. The goal is to clic on the links will add different co

[Wicket-user] How to refresh a wicket.markup.html.panel.Panel

2007-05-31 Thread wicket0123
I have a web page that adds the panel as a component. On the same page, I've three ajax links. The goal is to clic on the links will add different components to the panel then refresh the panel on the page. It seems that I cannot do that. Here's my code: public class MyWegPage extends WebPa