I am trying to build a search results page using xtags in JSP and
would like to count the number of items from my parsed data which
match the input search string (criteriaIn).
My thinking has brought me to the following problem. I would
like to use criteriaIn to match each item's title, but it d
Whenever I use my taglib from within the subdirectory "pages", for example,
jasper complains that "Class pages.SpecialConnectionTag not found in type
declaration." So, it appears to find the taglib but thinks that it's part of
a package? (which it's not)
I can work around this by keeping everyth