Bug 18115 - using fmt taglib results in odd character output on XP JBoss3 (various versions)
Summary: using fmt taglib results in odd character output on XP JBoss3 (various versions)
Status: RESOLVED INVALID
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Standard Taglib (show other bugs)
Version: unspecified
Hardware: Other Windows XP
: P3 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-18 17:49 UTC by simon
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description simon 2003-03-18 17:49:28 UTC
Upon declaring & using the fmt taglib, the jasper compiler outputs the following:

      // HTML // begin [file="/publisher/top.jsp";from=(0,0);to=(0,3)]
        out.write("");

then continues as usual to output new lines after each taglib declaration eg:

      // end
      // HTML // begin [file="/publisher/top.jsp";from=(0,62);to=(1,0)]
        out.write("\n");

Declaring the fmt taglib alone doesn't do this, just when it is also used. The
position in the jsp page where it is declared doesn't alter anything, and
nothing similar happens when using the other taglibs. Mozilla unfortunately
displays these characters!
Comment 1 simon 2003-03-19 12:34:41 UTC
Sorry people, discovered it is a problem in Dreamweaver - one of the server
behaviour scanners or such like is inserting the code upon finding fmt taglib
declarations etc in the jsp page.