Re: NPE using OpenSessionBackgroundProcess class

2021-01-25 Thread Lukasz Lenart
pon., 25 sty 2021 o 19:52 Burton Rhodes napisał(a): > public class OpenSessionBackgroundProcess extends BackgroundProcess { BackgroundProcess is marked as Serializable so container can temporarily store it on disk > private Object lock = new Object(); // used for synchronization I would mark th

Re: NPE using OpenSessionBackgroundProcess class

2021-01-25 Thread Burton Rhodes
The complete class is below (and also here: https://pastebin.com/Z8QyTRzM). It extends org.apache.struts2.interceptor.BackgroundProcess which implements serializable. Do I need to explicitly implement? Or do you see anything else that might be the cause? Many thanks. package com.afs.web.common.

Re: Validate URL or email with internationalized domain name (IDN)

2021-01-25 Thread Lukasz Lenart
pon., 25 sty 2021 o 12:38 Guenter Paul napisał(a): > DWR valdiation looks fine. Is there any small example? If not, I will try it > by myself and try to use it. After I would try to use URL- and > EMail-Validation. You can check the Showcase app, there should be an example how to use it. You ca

Re: Validate URL or email with internationalized domain name (IDN)

2021-01-25 Thread Guenter Paul
DWR valdiation looks fine. Is there any small example? If not, I will try it by myself and try to use it. After I would try to use URL- and EMail-Validation. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For add