I have somany jsp files in each jsp file have some
links like
<a href="<%=request.getContextPath() +
"/Request?Key=module_editor"%>"
class="PageLinkTrail"><%=I18N.get("KEY_LABEL_Application_Administration",
w_localeTextObj)%></a>
For these key_links i have written in properties file
like for this correspandance keys like
KEY_LABEL_Application_Administration = Application
Administration
but I want to do to search the every .jsp file and
every key in jsp file is corresponding key in
properties file or not if not to print these keys into
xl or doc file