germuska2004/05/17 12:36:53
Modified:src/share/org/apache/struts/taglib/tiles PutTag.java
Log:
Correct typo: s/path/page when 'direct' property value is 'false'.
PR: 28896
Submitted by: Yoshinori Ashizawa
Revision ChangesPath
1.12 +4 -4
jakarta-struts/src/s
germuska2004/05/17 10:38:09
Modified:src/share/org/apache/struts/taglib/tiles PutTag.java
Log:
Manage tag body content more carefully -- in some servlet containers, pooled
tags were displaying old content with empty tiles:put tags.
PR: 28269
Submitted by: Niall Pemberton
R