[Wicket-user] A forum about wicket in china

2007-04-19 Thread
I take a forum about wicket in china. You can access it by the following url. http://gocom.primeton.com/modules/newbb/viewforum41.htm If you want to know more about wicket in china. try it. my open-source software is in the release stage. After it,i will begin a pupa project for wicket. I hope it

[Wicket-user] What features do want to show in wicket demo

2007-04-22 Thread
I will begin a open source project for wicket which name is pupa. I hope it can be a best practice for wicket users. Wicket1.3 is the best choice to write the project,becuase i think stateless page is very important feature. But wicket2.0 is too far to use. So ,i need more advices about the featur

Re: [Wicket-user] What features do want to show in wicket demo

2007-04-23 Thread
I choose hibernate or ibatis insteadof JPA. One reason is i am not familiar with it and have much experenices on hibernate. As far as criteria,i prefer to OJB. Blog is a good idea. - This SF.net email is sponsored by DB2

[Wicket-user] The problem about encoding and event in ajax

2006-09-21 Thread
I just try to write a book about wicket.(It's written in chinese,and it's free to get a e-book). But while i writing a ajax example,i got a stange problem.   I writed a auto-complete text application with AutoCompleteTextField control. But i got the following 2 problems.   1. If i

Re: [Wicket-user] The problem about encoding and event in ajax

2006-09-22 Thread
ese > characters with a "?". > > Please make sure that the HTML pages that Wicket renders are in UTF-8. > This true by default, but to be sure you could do >getRequestCycleSettings().setResponseRequestEncoding("UTF-8") > > Then replace the line abo

Re: [Wicket-user] The problem about encoding and event in ajax

2006-09-22 Thread
r httpconnector to use UTF-8. In > tomcat that would go into your server.xml > > Martijn > > On 9/22/06, 王磊 <[EMAIL PROTECTED]> wrote: >> In fact, i use utf-8 as my coding. >> The following is the content of the html. >> >> >> >> >&g

Re: [Wicket-user] The problem about encoding and event in ajax

2006-09-22 Thread
nd event in ajax for this we need to have a sample case.Also i checked in a encoding problem in the 1.2.x branch (and 2.0 but i don't think that one is completely fixed yet...)So if you could build/test it from svn maybe it is fixed then. johan On 9/22/06, 王磊 <[EMAIL PROTE

[Wicket-user] Fw: Modal Window and "Page Expired".

2007-07-16 Thread
Maybe,you can try the server running on url-rewrite mode instead of cookie. I encoutered the same problem on IE,but the same problem won't happen on FF. After i change the session mode from cookie to url-rewrite,it works fine. You also can reverse what i did. - Original Message - F

Re: [Wicket-user] Fw: Modal Window and "Page Expired".

2007-07-17 Thread
What i mean is not turn the cookie off in the browser. Just change the server session mode. You can refer http://tomcat.apache.org/tomcat-5.5-doc/config/context.html - Original Message - From: "Laurent Brucher" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 18, 2007 1:16 AM Subject: Re:

Re: [Wicket-user] Modal Window and "Page Expired".

2007-07-18 Thread
I want to descript the context. Some one write a web application based on wicket.Many pages uses ajax. I encoutered a strange problem. After 5 ajax modal windows are poped up.The brower will give me a warming dialog to tell me that the current browse page will be closed.Then the page is redirecte