facebook

Seeing variable values in JSP debugger

💡
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. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #251501 Reply

    salmonbchase
    Member

    I’m trying to see the value of warnings.size() from the following line from a JSP inside the JSP debugger. There does not seem to be anyway to “watch” the value of the warnings variable.

    <bean:define id=”warningCount” value='<%= “” + warnings.size() %>’/>

    Any suggestions?

    #251553

    Riyad Kalla
    Member

    Is this the same issue you emailed support@ with? In which case did you dig down into the pageContext and find the var and add it to your expressions?

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Seeing variable values in JSP debugger

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