Book a Demo

Author Topic: HTML Template problem  (Read 3013 times)

Chris Tatem

  • EA User
  • **
  • Posts: 30
  • Karma: +0/-0
    • View Profile
HTML Template problem
« on: December 14, 2012, 01:14:57 am »
I am trying to modify a new template (from the default) and noticed that for operations parameters, the #STEREOTYPE# tag doesn't appear to get any value.  I have stereotyped operations parameters (path, query) and they can be reported on via RTF, but not in HTML Report.  Any ideas what I might be doing wrong?  In fact, even in the default HTML Report this doesn't work - see "Content - Operations Parameters Items" which has this:
Code: [Select]
<tr id="param#GUID#02" style="display: none;">
      <td width="50"><strong>Stereotype: </strong></td>
      <td>#STEREOTYPE#</td>
</tr>
There never is a value displayed...

cwt