Re: [Wicket-develop] latest changes broke stuff

2006-09-16 Thread Eelco Hillenius
Hmm, ok. I meant 2.0 yes. I was aware of the 'wicket.WicketRuntimeException: Cannot modify component hierarchy during render phase' exceptions at the start of wicket 2.0, though I didn't know there still wasn't any fix. However, an exception like 'wicket.WicketRuntimeException: No get method define

Re: [Wicket-develop] latest changes broke stuff

2006-09-16 Thread Juergen Donnerstag
In 1.2 or 2.0? In 2.0 most displaytag examples don't work almost since we made the constructor change and I didn't have time yet to look into it Juergen On 9/16/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > Checked one fix in that solves some problems CompoundPropertyModel > had. Most of displ

Re: [Wicket-develop] latest changes broke stuff

2006-09-15 Thread Eelco Hillenius
Checked one fix in that solves some problems CompoundPropertyModel had. Most of displaytag examples are still broken though, for various reasons it seems. Eelco On 9/15/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > Most of the display tag examples do not work anymore since the recent > (model

[Wicket-develop] latest changes broke stuff

2006-09-15 Thread Eelco Hillenius
Most of the display tag examples do not work anymore since the recent (model or resolver?) changes. Also, my examples for the chapters I'm working on for Wicket In Action is broken. I'm using a PropertyListView, and the exception I'm getting is similar to the one that wicket.examples.displaytag.Exa