Re: Output streams from external servlet

2008-07-02 Thread Gerald Reinhart
I' need the same feature : replacing a part of the wicket outpout by the output of an external servlet. Using a InlineFrame is a different feature. If some body have any idea. Regards, Gerald Reinhart -- View this message in context: http://www.nabble.com/Output-streams-from-external

How to configure the max space used for all Session store on a WebApplication ?

2008-07-02 Thread Gerald Reinhart
Session and be able to configure it. Regards, Gerald Reinhart -- View this message in context: http://www.nabble.com/How-to-configure-the-max-space-used-for-all-Session-store-on-a-WebApplication---tp18239631p18239631.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: How to configure the max space used for all Session store on a WebApplication ?

2008-07-03 Thread Gerald Reinhart
: that wont work. Because pages are stored in a file that will grow until max. And then it will truncate so reuse the file from the beginning So deleting 1 page in it wont result in the file being smaller. johan On Thu, Jul 3, 2008 at 10:00 AM, Gerald Reinhart [EMAIL PROTECTED] wrote

How to catch an Error (and not only RuntimeException) in the RequestCycle ?

2008-07-03 Thread Gerald Reinhart
Hi, I'm wondering how to catch Error or no RuntimeException in the RequestCycle. There is a RequestCycle.onRuntimeException(Page page, RuntimeException e) but not RequestCycle.onError(Page page, Error e) or RequestCycle.onThrowable(Page page, Throwable t)... Regards, Gerald Reinhart -- View

Re: How to catch an Error (and not only RuntimeException) in the RequestCycle ?

2008-07-03 Thread Gerald Reinhart
jwcarman wrote: You shouldn't try to catch errors. In order to log it, not to catch it. (the subject of the Thread is not well define) -- View this message in context:

Re: @SpringBean and serialization

2008-07-28 Thread Gerald Reinhart
and if ther is no existing helper, can i contrib to Wicket ? Regards, Gerald Reinhart -- View this message in context: http://www.nabble.com/%40SpringBean-and-serialization-tp15330505p18691954.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: @SpringBean and serialization

2008-07-29 Thread Gerald Reinhart
jwcarman wrote: Why are you doing this again? @SpringBean already takes care of re-establishing the connection upon deserialization. Are you sure ? Sebastiaan van Erk wrote: The myService field is filled with a proxy to the service which is serializable and can look up the service

Re: @SpringBean and serialization

2008-07-29 Thread Gerald Reinhart
) Regards, Gerald Reinhart -- View this message in context: http://www.nabble.com/%40SpringBean-and-serialization-tp15330505p18714397.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail