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=22426>.
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=22426
cannot resolve getContextPath on ServletRequest
------- Additional Comments From kin-man.chung@sun.com 2003-09-03 21:39 -------
After thinking about this issue more, I have decided that there's no harm in
making request a HttpServletRequest and response a HttpServletRequest in a tag
file. Though this is not strictly necessary according to the spec, it will make
page authors' life easier, and is consistent with those objects in a servlet.
The latest source includes such changes.
|