Re: getObject() still called for Models in a wicket:enclosure when the content of the enclosure is not rendered?

2007-12-02 Thread Edvin Syse
I now did the following, and still got the error: mvn archetype:create -DarchetypeGroupId=org.apache.wicket \ -DarchetypeArtifactId=wicket-archetype-quickstart \ -DarchetypeVersion=1.3.0-rc1 \ -DgroupId=no.sysedata \ -DartifactId=enclosurebug mvn eclipse:eclipse

Re: getObject() still called for Models in a wicket:enclosure when the content of the enclosure is not rendered?

2007-12-02 Thread Eelco Hillenius
Can you please open an issue for that and attach this code to it? Thanks, Eelco On Dec 2, 2007 3:28 PM, Edvin Syse [EMAIL PROTECTED] wrote: I now did the following, and still got the error: mvn archetype:create -DarchetypeGroupId=org.apache.wicket \

Re: getObject() still called for Models in a wicket:enclosure when the content of the enclosure is not rendered?

2007-12-02 Thread Edvin Syse
Done :) https://issues.apache.org/jira/browse/WICKET-1200 -- Edvin Eelco Hillenius skrev: Can you please open an issue for that and attach this code to it? Thanks, Eelco On Dec 2, 2007 3:28 PM, Edvin Syse [EMAIL PROTECTED] wrote: I now did the following, and still got the error: mvn

Re: getObject() still called for Models in a wicket:enclosure when the content of the enclosure is not rendered?

2007-12-01 Thread Eelco Hillenius
That is very strange. It shouldn't be called, as the model object is only requested when a component that is rendering requests it. Are you really sure? Can you create a test case for this, or a quickstart project that shows the problem and attach it to a JIRA issue please? Eelco On Nov 29, 2007