Thread: Adding new field in rolleruser, how to calls it from Velocity
Adding new field in rolleruser, how to
calls it from Velocity
Indonesia
2007-03-07 19:12:21
After adding new field in Database table rolleruser (groups
varchar(100)),
how to display and call it in Webdav.vm .i.e. like
$user.groups?
Thanks
Re: Adding new field in rolleruser, how
to calls it from Velocity
2007-03-12 08:12:43
You'll have to:
- Add a new field in the UserData.java object
- Add correct XDoclet markup to that field for Hibernate
- Add correct XDoclet markup to that field for generating
POJO wrapper field
And I think that's all you'll need.
- Dave
On 3/7/07, Robby Purnawan <obie23hotmail.com> wrote:
>
> After adding new field in Database table rolleruser
(groups varchar(100)),
> how to display and call it in Webdav.vm .i.e. like
$user.groups?
> Thanks
>
>
>