
I want figure out the variable used in a particular jsp and put it in a xml.I can do it manually but there are whote lot of a jsp to figure out .So can anyone can tell me a option to build a jsp parser to capture all the variable declared and used in a particular jsp.There are lots of conditional variable used in jsp like
<c:if test="${person.name=='rajesh'}">
and
<c:out value="${person.name}">
I even have to find out what we are showing through c:out .like in this case we are showing the name variable and even in the variable used for matching like name variable in
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.