Re: [tobago] Validation in Popups

2010-10-08 Thread Udo Schnurpfeil
Hi Michael, I've just rechecked you sample, but I can't reproduce the problem. So, it may depends on some odd diffence of my and you environment. Let be describe what I did: 1. svn co https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.30/example/demo/ demo 2. cd demo 3. edit

[Orchestra] How to implement the normal open session in view for an orchestra application where bean is not scoped conversation.access

2010-10-08 Thread Garry Boyce
In addition to: @Scope( conversation.access ) beans I have other beans where @Scope( session ). In one example I have a method on this bean where I call a method i.e public void runMethod() { User user = userService.getUser(); user.getLazyLoadedField()