that 10MB what kind of file is that?
that is the pm-x file?
That always grows to 10MB but that is not the session size
That is a file that holds the last X pages that it can hold in 10MB

so yes by default it will always grow to 10MB as more and more pages will be
added and then it will truncate

johan


On Wed, Apr 2, 2008 at 1:58 PM, Java Programmer <[EMAIL PROTECTED]>
wrote:

> After all the answers, I start to think that maybe my question was a bit
> wrong.
> First I put all the hints you were provided into work eg:
> item.setModel(new CompoundPropertyModel(item.getModelObject()));
> item.add(description = new MultiLineLabel(DESCRIPTION));
> but still have in session files (pm-null) the text which is provided
> to MultiLineLabel from model (detachable, and next compound) - I start
> to think that Wicket always will be keep states of it's components, so
> it's not kept the CarPart object but just a strings from
> MultiLineLabel. Am I right with that or not?
>
> The problem is that that files grows very fast (10MB is porobably a
> limit becuse at that size it stops), and also what happens if another
> user change the state of the object and write it into DB.
>
> Best regards,
> Adr
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to