Re: [Wicket-user] 1) PropertyResolver and Lists 2) Page expiration in 1.3

2007-06-26 Thread Juha Alatalo
https://issues.apache.org/jira/browse/WICKET-698 - Juha Eelco Hillenius wrote: > Could you please open a JIRA issue[1] for this and attach the test case? > > Thanks, > > Eelco > > [1] http://issues.apache.org/jira/browse/WICKET > > On 6/26/07, Juha Alatalo <[EMAIL PROTECTED]> wrote: >> Juha

Re: [Wicket-user] 1) PropertyResolver and Lists 2) Page expiration in 1.3

2007-06-26 Thread Eelco Hillenius
Could you please open a JIRA issue[1] for this and attach the test case? Thanks, Eelco [1] http://issues.apache.org/jira/browse/WICKET On 6/26/07, Juha Alatalo <[EMAIL PROTECTED]> wrote: > Juha Alatalo wrote: > > Johan Compagner wrote: > >> Yes you have :). private final static IGetAndSet g

Re: [Wicket-user] 1) PropertyResolver and Lists 2) Page expiration in 1.3

2007-06-26 Thread Juha Alatalo
Juha Alatalo wrote: > Johan Compagner wrote: >> Yes you have :). private final static IGetAndSet getGetAndSetter(String >> exp, Class clz) has changed quite a lot. >> >> > Do you have a unit test that fails now that shouldn't that i can >> add to >> > the PropertyResolverTest

Re: [Wicket-user] 1) PropertyResolver and Lists 2) Page expiration in 1.3

2007-06-18 Thread Juha Alatalo
Johan Compagner wrote: > Yes you have :). private final static IGetAndSet getGetAndSetter(String > exp, Class clz) has changed quite a lot. > > > Do you have a unit test that fails now that shouldn't that i can > add to > > the PropertyResolverTest ? > > No I don't. > >

Re: [Wicket-user] 1) PropertyResolver and Lists 2) Page expiration in 1.3

2007-06-18 Thread Johan Compagner
Yes you have :). private final static IGetAndSet getGetAndSetter(String exp, Class clz) has changed quite a lot. > Do you have a unit test that fails now that shouldn't that i can add to > the PropertyResolverTest ? No I don't. is this exception now thrown then: throw new WicketRuntimeExce

Re: [Wicket-user] 1) PropertyResolver and Lists 2) Page expiration in 1.3

2007-06-18 Thread Al Maw
Juha Alatalo wrote: > Eelco Hillenius wrote: >>> Thanks. I had blocked cookies on my test site for some reason. Why >>> cookies are needed in 1.3? In 1.2 that wasn't the case, was it? >> It shouldn't be the case now either; links should always be rewritten >> so that it includes the jsessionid if t

Re: [Wicket-user] 1) PropertyResolver and Lists 2) Page expiration in 1.3

2007-06-17 Thread Juha Alatalo
Eelco Hillenius wrote: >> Thanks. I had blocked cookies on my test site for some reason. Why >> cookies are needed in 1.3? In 1.2 that wasn't the case, was it? > > It shouldn't be the case now either; links should always be rewritten > so that it includes the jsessionid if the cookie is not availa

Re: [Wicket-user] 1) PropertyResolver and Lists 2) Page expiration in 1.3

2007-06-15 Thread Eelco Hillenius
> Thanks. I had blocked cookies on my test site for some reason. Why > cookies are needed in 1.3? In 1.2 that wasn't the case, was it? It shouldn't be the case now either; links should always be rewritten so that it includes the jsessionid if the cookie is not available (the actual rewriting is do

Re: [Wicket-user] 1) PropertyResolver and Lists 2) Page expiration in 1.3

2007-06-15 Thread Juha Alatalo
Johan Compagner wrote: > 1) > If the model is List, PropertySolver doesn't try to find fields. We are > using vectors containing public fields. In 1.2.6 this was ok. > > > i dont know if we really changed the property resolver behavior like tis > for 1.3 Yes you have :). private fin

Re: [Wicket-user] 1) PropertyResolver and Lists 2) Page expiration in 1.3

2007-06-15 Thread Johan Compagner
1) If the model is List, PropertySolver doesn't try to find fields. We are using vectors containing public fields. In 1.2.6 this was ok. i dont know if we really changed the property resolver behavior like tis for 1.3 Do you have a unit test that fails now that shouldn't that i can add to the