Bug 7619 - TLV incorrectly flagging error of <fmt-rt:param> tag is nested inside a <fmt:message> tag.
Summary: TLV incorrectly flagging error of <fmt-rt:param> tag is nested inside a <fmt:...
Status: RESOLVED FIXED
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Standard Taglib (show other bugs)
Version: unspecified
Hardware: All All
: P3 major (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
: 7645 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-03-29 20:30 UTC by Ryan Lubke
Modified: 2004-11-16 19:05 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Lubke 2002-03-29 20:30:38 UTC
Given:

  <fmt:message key="pkey">
      <fmt-rt:param value="value1"/>
      <fmt-rt:param value="value2"/>
  <fmt:message>

Result:
  Validation error messages from tag library fmt-rt
  null: <param> outside <message>
  null: <param> outside <message>

NOTE:  If this is reversed where the message tag is from the RT library
       and the param tags are from the EL, the TLV will produce the same
       error.
Comment 1 Shawn Bayern 2002-03-31 22:48:26 UTC
*** Bug 7645 has been marked as a duplicate of this bug. ***