Hi
> The method yielding the problem is the following one:
>
> private static PageLifecycleFactory getDefaultInstance()
> {
> if (defaultInstance == null)
> {
> defaultInstance = new DefaultStrutsPageLifecycleFactory();
> }
>
> return defaultInstance;
> }Make that function *synchronized* ! Regards, Steffen
smime.p7s
Description: S/MIME cryptographic signature
