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=19589>. 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=19589 [FIX] a bug in method buildNormalContext in Class CustomizeSetAction ------- Additional Comments From [EMAIL PROTECTED] 2003-07-12 04:46 ------- The problem that is in the code is that the StringBuffer is initialized with a potentially wrong value of template. If the template does end in .vm, we don't want to use the .vm in the template value. Here's what happens (in terms of assignments) if the template ends in .vm. template = /html/temp.vm buffer = /html/temp.vm template = /html/temp buffer=/html/temp.vm-addset.vm The fix would be template = /html/temp.vm template = /html/temp buffer = /html/temp buffer=/html/temp.vm-addset.vm Raphael, are you going to take of this one? Just let me know, and I can take it. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
