Ah ok thanks for the explanation :) Christoph
Am Donnerstag, den 21.10.2010, 09:09 +0200 schrieb Thomas Fox: > > would a "return null" not work in this case? So you can prevent a lookup > > on the null reference or do you think that null could be a possible key? > > null is a possible key. If an xml like > > <element>someText</element> > > ie read by the generator, the someText is represented internally as > attribute with key null. > And to access the text from velocity, it must be possible to access the > attribute with key null. This is what the extra method is for. > > Thomas > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
