Not yet, still working on it.
Thanks to your book I am starting to understand all the frameworks involved
though. I feel I am close to figure things out soon.
mraible wrote:
>
> Did you get this figured out? It's been almost a month. Sorry about that.
>
> Matt
>
> On 3/4/07, Luke Shannon <[
Did you get this figured out? It's been almost a month. Sorry about that.
Matt
On 3/4/07, Luke Shannon <[EMAIL PROTECTED]> wrote:
Hello;
In my appfuse application I have made a Doctor class that implements
UserDetails, and an experimentor class which also implements
UserDetails. So you can be
Hello;
In my appfuse application I have made a Doctor class that implements
UserDetails, and an experimentor class which also implements
UserDetails. So you can be logged in and have a role of one of these.
I have a patient class which extends BaseObject and has all the CRUD
operations generated