Re: how to highlight string in jsp

2010-08-02 Thread Chris Hostetter
: Subject: how to highlight string in jsp : References: <8cd00862ad8eae9-12e0-2...@webmail-m057.sysops.aol.com> : : In-Reply-To: http://people.apache.org/~hossman/#threadhijack Thread Hijacking on Mailing Lists When starting a new discussion on a mailing list, please do not reply

how to highlight string in jsp

2010-08-02 Thread Ma, Xiaohui (NIH/NLM/LHC) [C]
Hello, I am trying to display the highlight string in different color on jsp. I use following in servlet. query.setHighlight(true).setHighlightSnippets(1); query.setParam("hl.fl", "Abstract"); I wonder how I can display it in jsp Thanks in advanced. xm