<deploymentdescriptor displayname="Matt's Greatest Webapp Ever"..../>
:))
Erik
p.s. When in doubt, have a look at the template (web_xml.xdt in this case) and see what's going on there and backtrack from there. In this case, its a little confusing because it uses a configuration parameter, but implicitly getters from the subtask are called as configuration parameters too, but its easy to see that at least support for <display-name> is builtin:
<XDtConfig:ifConfigParamNotEquals paramName="Displayname" value="">
<display-name><XDtConfig:configParameterValue paramName="Displayname"/></display-name>
</XDtConfig:ifConfigParamNotEquals>
On Friday, January 31, 2003, at 06:49 PM, Raible, Matt wrote:
Is it possible to add a display name to my web.xml, such as:
<display-name>My Application</display-name>
This is the first element after <web-app> and I didn't see any mergefiles
for it.
Thanks,
Matt
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user
------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
