DO NOT REPLY [Bug 26796] - Using taglibs with tag files seem to break includes

2004-03-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=26796.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=26796

Using taglibs with tag files seem to break includes

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]



--- Additional Comments From [EMAIL PROTECTED]  2004-03-18 09:38 ---
*** Bug 27762 has been marked as a duplicate of this bug. ***

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 26796] - Using taglibs with tag files seem to break includes

2004-02-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26796.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26796

Using taglibs with tag files seem to break includes





--- Additional Comments From [EMAIL PROTECTED]  2004-02-09 16:40 ---
Created an attachment (id=10282)
web application with test case

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 26796] - Using taglibs with tag files seem to break includes

2004-02-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26796.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26796

Using taglibs with tag files seem to break includes

[EMAIL PROTECTED] changed:

   What|Removed |Added

   Severity|Normal  |Critical



--- Additional Comments From [EMAIL PROTECTED]  2004-02-09 19:58 ---
The code for the include isn't generated, so the reason nothing gets included
isn't that mysterious.

%@ page contentType=text/html; charset=UTF-8 %
%@ taglib prefix=test uri=test %

html
  h1Included text goes here:/h1
  table border=1
tr
  td%@ include file=included.jsp %/td
/tr
  /table
/html

=

  out.write(\r\n);
  out.write(\r\n);
  out.write(\r\n);
  out.write(html\r\n);
  out.write(  h1Included text goes here:/h1\r\n);
  out.write(  table border=\1\\r\n);
  out.write(tr\r\n);
  out.write(  td);
  out.write(/td\r\n);
  out.write(/tr\r\n);
  out.write(  /table\r\n);
  out.write(/html\r\n);

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 26796] - Using taglibs with tag files seem to break includes

2004-02-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26796.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26796

Using taglibs with tag files seem to break includes

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2004-02-09 23:14 ---
Fixed.  Thanks for reporting.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]