small changes in StrutsConfig template
Status: Inactive
Brought to you by:
mattes3
When I wanted to analyse the generated struts config
xml file, I found it unreadible. The reason was that the
indents of the velocity commands caused extra white
space in the generated files.
So, according to I believe velocity standards, I replaced
white space by #* *# entries.
Now both generated file and template have a proper
layout.