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, aj

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 int

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

2007-03-18 Thread Matthew Kwong
e? > > johan > > > On 3/5/07, Igor 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

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

2007-03-05 Thread Matthew Kwong
to resubmit the form 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

Re: [Wicket-user] LoadableDetachableModel in form processing

2007-02-24 Thread Matthew Kwong
); >> > > } >> > > } >> > > }; >> > > >> > > form.setModel(new CompoundPropertyModel(new >> > > LoadableDataStoreUserModel(getDelegate().getDataStoreUser(user.getId >> > >

[Wicket-user] LoadableDetachableModel in form processing

2007-02-10 Thread Matthew Kwong
processing? Because it is working if I only have form.setModel(new CompoundPropertyModel(getDelegate().getDataStoreUser(user.getId(; The reason 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 compute

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] 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]> wrot

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

2007-02-09 Thread Matthew Kwong
rategy(new 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 - Us

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 > > -

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 >

[Wicket-user] Question about LoadableDetachableModel and refresh button

2007-01-06 Thread Matthew Kwong
s? or the LoadableDataStoreFileModel can perform like 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 c