after viewing a page, when the page gets serialized

But you could also trigger it your self,
for example you can have something in the detach() of your base page

super.onDetach()
if (development)
{
 Objects.objectToByteArray(this)
}

then you should get the same error right away


On Wed, Aug 11, 2010 at 13:56, Thomas Singer <wic...@regnis.de> wrote:
> When exactly the serialization happens? When viewing a page?
>
> Tom
>
>
> On 11.08.2010 13:25, Johan Compagner wrote:
>> the only way to do this is as i described look where the exception
>> really comes from
>> and go to that same page in your developer, do as your user does.
>> There is no other way, you really need to be in the same state.
>>
>>
>> On Wed, Aug 11, 2010 at 13:24, Thomas Singer <wic...@regnis.de> wrote:
>>> I want to know how I can generate this exception in my development
>>> environment. It is nasty to test on the production system.
>>>
>>> Tom
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to