You showed that for the EditPatient page, but not in the ShowPatient
page where the exception is occurring.  Does some part (probably in
ShowPatient.page) of the page attempt to access a 'doctor' property? 
If so, prove to yourself that getDoctor should exist in either
ShowPatient or the enhanced subclass.

-Mike

On 4/10/06, Andreas Bulling <[EMAIL PROTECTED]> wrote:
> Hi James ;)
>
> I have the following in my page class:
>
> @Persist
> public abstract Person getDoctor();
> public abstract void setDoctor(Person person);
>
> That should be enough, shouldn't it?
>
> Kind regards,
>  Andreas
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to