--- "Shaw, Chris" <[EMAIL PROTECTED]> wrote:
> Well, I've searched MethodTagsHandler.java,
> ParameterTypesHandler.java,
> TypesTagHandler.java etc but can't find anything
> close to what I'm after so
> I guess it can't be done ... sigh ...
> 

More generic approach would be to use 
property editors ( as I do ). 
XDoclet can generate java bean property descriptor for
you ( with help of @javabean.class &
@javabean.property
on level method )

So you canb specify property editors for your fields,
and then create class which would handle all the
edits of your VO.
( I use this setup for fat swing client )
regards,



=====
Konstantin Priblouda ( ko5tik )    Freelance Software developer
< http://www.pribluda.de > < play java games -> http://www.yook.de >
< render charts online -> http://www.pribluda.de/povray/ >

__________________________________________________
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to