Re: Invoulentary session sharing/leakage in Wicket 1.3.x

2008-04-09 Thread Wolfgang Gehner
critical for us. We are using the april 6 snapshot from http://wicketstuff.org/maven/repository/org/apache/wicket/wicket/1.3-SNAPSHOT/ We need that snapshot because it has the StreamCorrupted fix. We can't use 1.3.3 final because it doesn't have that fix. Please advise. Wolfgang Gehner

Re: java.io.StreamCorruptedException: invalid type code: 29

2008-04-07 Thread Wolfgang Gehner
Is that for text fields only, or other components as well? We have a class RTextField that extends TextField so we override the default constructor RTextField(String id) to do super(id, String.class) On Mon, Apr 7, 2008 at 3:26 PM, Wolfgang Gehner <[EMAIL PROTECTED]> wrote: > Everyt

Re: java.io.StreamCorruptedException: invalid type code: 29

2008-04-07 Thread Wolfgang Gehner
Everything that needs state. And yes, that could be lists of data, serializable objects with hashmaps. How do you define a null reference? On Mon, Apr 7, 2008 at 3:22 PM, Johan Compagner <[EMAIL PROTECTED]> wrote: > still what really goes into that CPM? > another model? with what kind of object?

Re: java.io.StreamCorruptedException: invalid type code: 29

2008-04-07 Thread Wolfgang Gehner
We use CompoundPropertyModel(HashMap map) where the map has wicket-ids for map keys and the model value as map value. How do we bring that to ComponentPropertyModel? It doesn't have an Object constructor. Wolfgang On Mon, Apr 7, 2008 at 3:14 PM, Matej Knopp <[EMAIL PROTECTED]> wrote: > No, if yo