[T5.2] Property is not readable (was RE: Identity of the active page not established)

2010-08-25 Thread Blower, Andy
Thanks Robert, overriding with the latest version of PageResponse fixed it. I now have a problem with property conduits not being created where they were created fine in 5.1, e.g. @SessionState(create = false) @Property private Profile personalProfile; Caused by:

Re: [T5.2] Property is not readable (was RE: Identity of the active page not established)

2010-08-25 Thread Howard Lewis Ship
That's very odd; I've not seen anything like that. Could we see the full stack trace? On Wed, Aug 25, 2010 at 3:01 AM, Blower, Andy andy.blo...@proquest.co.uk wrote: Thanks Robert, overriding with the latest version of PageResponse fixed it. I now have a problem with property conduits not

RE: [T5.2] Property is not readable (was RE: Identity of the active page not established)

2010-08-25 Thread Blower, Andy
It was a coding error, there was a base class with: protected Profile getPersonalProfile() { return personalProfile; } in it, not sure why this worked with 5.1 though. Anyway I've corrected it now. Thanks. :-) It seems T5.2 is a bit stricter than previous