Consultor Eletrônico



Kbase 21926: HTML tag mapping procedure for tag <tag-name> not found
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   29/03/2002
SUMMARY:

In WebSpeed 2.x and 3.x you might experience the following application
error when you deploy an application built with mapped web objects and custom tags.

"HTML tag mapping procedure for tag <tag-name> not found"

EXPLANATION:

The WebSpeed agent reads tagmap.dat to know what custom tags are
used in the application. WEB-UTIL.p is used to read the tagmap.dat file which is found by searching the PROPATH. The "INPUT FROM" statement is used to read tagmap.dat. If your custom tag is the very last line in the file, the agent is not able to read the tag information.

SOLUTION:

An empty line should be entered at the end of tagmap.dat.

OBS: You can place tagmap.dat in the PROPATH of the agent anywhere it can be found by, SEARCH( "tagmap.dat" ).
In this way different brokers can use different custom tags.