Folks,
I must find a way to substitute the "," used by Documentum with a ";" for authors (a repeating attribute). I found an example about make a text area out of 'subject', which is a single attribute and uses 'renderSingleAttribute'; that example works great! See .xml which calls the custom tag class which extends DocBaseAttributeValueTag.class
I tried to do something similar for 'authors' but does not work at all. Can you peek at the .xml to see if I am calling it correctly (not sure if 'lines" should be used); also, the class implementation screen shot is below. Any ideas?
Also, I am using Composer; do you know where the System.out.printlin goes?
Also, I did copy the entire DocBaseAttributeValueTag class to my custom folder and decided to not extend it and changed the .java name. I get a bunch of errors for those not-visible attributes such as 'renderLabel'; do you know how to correct those? In the original class; the do a lot of 'buffer.append(",")' and I think if I replace those with what I need it will be the solution to my problem, but with all those errors related to the not-visible methods is another wall I hit.
Any ideas?
Thanks in advance.

