XDtConfig namespace does that. <XDtConfig:configParameterValue paramName="MyParameter"/>. You can even prefix the parameter name with the subtask name: "entitycmp.blabla". And there are even forAllConfigParam tags for looping over a list of parameters and so on. See xdoclet.tagshandler.ConfigTagsHandler class, or search for usages of XdtConfig in xdoclet's template files.
Ara. > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:xdoclet-user- > [EMAIL PROTECTED]] On Behalf Of tek1 > Sent: Wednesday, July 03, 2002 11:32 PM > To: [EMAIL PROTECTED] > Subject: [Xdoclet-user] accessing fields/methods in subtask class from > template? > > is there a way to access the values in certain fields, defined in a > SubTask > class, from a template related to that SubTask? > > thank you. > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > No, I will not fix your computer. > http://thinkgeek.com/sf > _______________________________________________ > Xdoclet-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-user ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek No, I will not fix your computer. http://thinkgeek.com/sf _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
