facebook

JSTL/EL Code Preview in JSP with MyEclipse

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #269029 Reply

    pqrs
    Member

    Hi

    How can i achieve code review in JSP under MyEclipse.

    I have this code in my JSP:

    <c:if test=”${CategoryModel.currentCategory.name eq ‘Sports’}”>
    The Current Selected category is Sports.
    </c:if>

    What i want is to show “warning message” or an “error message” if there exists some Hard code String Literals, as in this case i using ‘Sports’ as Hard Coded value.

    The ‘Sports’ value should come from property file or from some java bean.

    Thanks in advance
    Kamalpreet Singh

    #269059

    Loyal Water
    Member

    Well, this is something that we don’t support at the moment. We would consider this as an enhancement in our future release.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: JSTL/EL Code Preview in JSP with MyEclipse

You must be logged in to post in the forum log in