You don't show what your template looks like so far
but I don't think any of the standard taghandlers
has a fieldCount or getterPropertyCount, which would be needed to produce
"x,y".
Write your own taghandler to get it done. For
example, extend FieldTagsHandler and add a
public String fieldCount(){
//iterate and get and return number of
fields as a String...
}
With that method added you should be able to use it
along with the standard tags to produce "x,y".
Or, less reusable in general but simplifying your
.xdt file, you can add a method in the new taghandler that produces "x,y"
directly.
Brian
|
Title: Message
- [Xdoclet-user] question regarding custom template Rene Scherer
- [Xdoclet-user] EntityBeans LocalHome container-transac... Brian Buckley
- [Xdoclet-user] EntityBeans LocalHome container-tra... Frank Febbraro
- Re: [Xdoclet-user] question regarding custom template Erik Hatcher