Re: [Wicket-user] submit through Enter will ignore AjaxSubmitButton

2006-10-28 Thread deafwolf
r in IE6. Thank you very much. deafwolf > this is a browser "feature" > > what you can do is add the behavior below to all textfields in the form > > /** > * Behavior that traps the enter key press > * > * @author ivaynberg > */ > public class

[Wicket-user] submit through Enter will ignore AjaxSubmitButton

2006-10-27 Thread deafwolf
ckPanel); target.addComponent(backPanel); } }); Why this? I don't think the two copy of code has any essential difference, this problem is too strange. best regard deafwolf - Using Tomcat but need

[Wicket-user] Is there a forum implement by wicket and open source?

2006-10-05 Thread deafwolf
ket, I think this is the fastest way to study wicket. I think forum is better than other project, not very big, but enough complex. Could you tell me if any project is up to the mustard. I hava search with sourceforge and google, but can't get one. Thank

[Wicket-user] is there a forum based on wicket and open source

2006-10-05 Thread deafwolf
Hello, I hope to get a copy of code to study wicket, if there is a forum based on wicket and open source, please give me the url or tell me the name. Thank you very much. deafwolf - Take Surveys. Earn Cash. Influence the

Re: [Wicket-user] If the wicket examples' library can put into a TabbedPanel

2006-09-24 Thread deafwolf
to let the page hold a panel property, then the replace will be easily. deafwolf > 1) write all your screens using panels not pages > 2) create a container page that hosts the panel > 3) instead of using links to navigate to pages using setResponsePage(Page) > you instead call get

Re: [Wicket-user] If the wicket examples' library can put into a TabbedPanel

2006-09-22 Thread deafwolf
more, how can wicket do this? deafwolf > Date: Fri, 22 Sep 2006 14:12:13 +0200 > From: "Johan Compagner" <[EMAIL PROTECTED]> > Subject: Re: [Wicket-user] If the wicket examples' library can put >into a TabbedPanel > To: wicket-user@lists.source