-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Steffen,
Steffen Heil wrote:
> Hi
>
>> The method yielding the problem is the following one:
>>
>> private static PageLifecycleFactory getDefaultInstance()
>>{
>> if (defaultInstance == null)
>> {
>> defaultInstance = new Def
Hi Steffen and all,
thanks for the suggestion.
1. How do I do that?
2. Why does it work for other projects without the synchronization?
Thanks.
Regards,
JON HAITZ
Steffen Heil escribiĆ³:
Hi
The method yielding the problem is the following one:
private static PageLifecycleFactory getDef
Hi
> The method yielding the problem is the following one:
>
> private static PageLifecycleFactory getDefaultInstance()
>{
> if (defaultInstance == null)
> {
> defaultInstance = new DefaultStrutsPageLifecycleFactory();
> }
>
> return defaultInstance;
>