Re: svn commit: r530991 - in /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket: Session.java feedback/FeedbackMessages.java

2007-04-21 Thread Johan Compagner
Can there now never be hanging feedback messages? IF a component didn't have a page anymore (removed by listview or something like that) but it did report something. Or if the Request Page did report an error but there was another Page set as the response... Also the clear of FeedbackMessages

Re: svn commit: r530991 - in /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket: Session.java feedback/FeedbackMessages.java

2007-04-21 Thread Johan Compagner
1) The initial way of storing it in the component. We (at least some of us, I wasn't involved in this) decided this was too expensive in terms of storage. 2) The old way of storing it in in the page. I'm very much against this as it doesn't allow people to set messages in the constructor

Re: svn commit: r530991 - in /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket: Session.java feedback/FeedbackMessages.java

2007-04-21 Thread Igor Vaynberg
it isnt too expensive if you store it in the metadata. i think this was all discussed before we had metadata support. -igor On 4/21/07, Eelco Hillenius [EMAIL PROTECTED] wrote: Can there now never be hanging feedback messages? IF a component didn't have a page anymore (removed by listview

Moving TextTemplate to core?

2007-04-21 Thread Jean-Baptiste Quenot
Dear developers, What about moving the very useful TextTemplate to core? It is currently in extensions, and for example in WicketStuff Dojo we depend on the extensions just for TextTemplate. WDYT? -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/