Re: [Wicket-user] Good Tutorial on core wicket

2007-05-03 Thread Matthew Kwong
I'm not new to Wicket, I'm using it for about a year, but there still a lot aspects obscure to me like PageMap, page versioning, details of page request cycle and so on. me too, I also think some more core concept needs more documentation, pro wicket is nice and can get you going with tables,

Re: [Wicket-user] StatelessForm and setRedirect(true) in the onSubmit method

2007-03-19 Thread Matthew Kwong
Issue created. https://issues.apache.org/jira/browse/WICKET-405 Thank you. Matthew Eelco Hillenius wrote: Do you mind if I send you that application through Email attachment? Since I am afraid I can't explain well in English. The expiration problem still exists after logging into the

Re: [Wicket-user] StatelessForm and setRedirect(true) in the onSubmit method

2007-03-18 Thread Matthew Kwong
Vaynberg [EMAIL PROTECTED] wrote: dont know if there is a problem with stateless pages and redirects, but wicket's default redirect-to-buffer render strategy should already eliminate that popup by performing a redirect -igor On 3/5/07, Matthew Kwong [EMAIL PROTECTED] wrote: Hi guys

[Wicket-user] StatelessForm and setRedirect(true) in the onSubmit method

2007-03-05 Thread Matthew Kwong
and create another session. Is there any problem with the setRedirect(true) in stateless form? Matthew Kwong -- View this message in context: http://www.nabble.com/StatelessForm-and-setRedirect%28true%29-in-the-onSubmit-method-tf3347688.html#a9308281 Sent from the Wicket - User mailing list archive

Re: [Wicket-user] LoadableDetachableModel in form processing

2007-02-24 Thread Matthew Kwong
is working as intended and thereby revealing one of Hibernate's many quirks -- not because of a problem in Wicket. -Ryan On Feb 10, 2007, at 2:31 AM, Matthew Kwong wrote: Hi fellows, Last time I asked how to use chain in CompoundPropertyModel with LoadableDetachableModel

[Wicket-user] LoadableDetachableModel in form processing

2007-02-10 Thread Matthew Kwong
why i want this loadable since I want to update the page with F5 refresh button again if someone has changed the same user in another computer. Thank you :) Matthew Kwong -- View this message in context: http://www.nabble.com/LoadableDetachableModel-in-form-processing-tf3204839.html#a8899449 Sent

[Wicket-user] obfuscate/encrypt a wicket url in 1.3

2007-02-09 Thread Matthew Kwong
WebRequestCodingStrategy())); } is not working, the URL still shows ?wicket:interface=:1::: is it working for you? It was working in 1.2.4 Matthew Kwong -- View this message in context: http://www.nabble.com/obfuscate-encrypt-a-wicket-url-in-1.3-tf3199812.html#a8884030 Sent from the Wicket - User mailing list

Re: [Wicket-user] obfuscate/encrypt a wicket url in 1.3

2007-02-09 Thread Matthew Kwong
yea it is working now :) Matthew Eelco Hillenius wrote: Seems that was causes by the new way of handling URLs we introduced last week. I just committed a fix for 1.3 and 2.0. Cheers, Eelco On 2/9/07, Matthew Kwong [EMAIL PROTECTED] wrote: Hi fellows, I have just upgraded 1.2.4

Re: [Wicket-user] 1.3 and 2.0 schedules

2007-02-09 Thread Matthew Kwong
Hi, is there a list on 1.3 new features and any more user guide target on 1.3, since I just upgraded from 1.2.4, I keep hearing stateless page, delayed session creation etc. (constructor changes only in 2.0?), of course I have read migrate-1.3 wiki page. Matthew Eelco Hillenius wrote: On

Re: [Wicket-user] How to download Wicket Javadoc ?

2007-02-03 Thread Matthew Kwong
If it is 1.2.4, the apidoc is in wicket-1.2.4.zip\docs\apidocs folder. Matthew Kwong ZedroS Schwart wrote: Hi all Where could I download the Wicket Javadoc ? Thanks in advance ZedroS - Using Tomcat but need

[Wicket-user] Question about LoadableDetachableModel and refresh button

2007-01-06 Thread Matthew Kwong
CompoundPropertyModel? I tried ICompoundProperty and no luck. I don't want to have a bookmarkablePage also. Thank you, this is my first post in this list, if there is anything wrong, please tell me too. Matthew Kwong -- View this message in context: http://www.nabble.com/Question-about

Re: [Wicket-user] Question about LoadableDetachableModel and refresh button

2007-01-06 Thread Matthew Kwong
WOW, it really works, I didn't know that we can chain the models... I should have asked this 12 hours ago, and saved my time. However, I am getting better with the model thing. Thank you very much, Igor. Matthew Kwong igor.vaynberg wrote: you can chain the models public class FileDetail