Patches item #536333, was opened at 2002-03-28 17:41 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402706&aid=536333&group_id=31602
Category: None Group: None Status: Open >Resolution: Fixed Priority: 5 Submitted By: Ludovic Claude (ludovicc) >Assigned to: Vincent Harcq (vharcq) Summary: <If> tags not working Initial Comment: <If> template tags are always executed. This is because hasTag in XDocletTagSupport tests for null values, and the delimit method that locates the tag attributes always return "" or a non-empty string. Patched the delimit method, old code is commented out with // ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402706&aid=536333&group_id=31602 _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
