facebook

Local jsp variables

💡
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 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #208043 Reply

    tomerbd
    Member

    I can see variables/objects defined in a JSP int the expression/variables tab in eclipse…

    Is there anyway to see them?

    #208048

    tomerbd
    Member

    I cant see the variables expressions in debug mode ofcourse… 🙂

    #208053

    Riyad Kalla
    Member

    I tried this locally and didn’t see them either, so I requested one of the other support crew to address this, sorry for the delay.

    #208104

    Riyad Kalla
    Member

    tomerbd,
    Scott and I talked about this and it turns out that this actually works fine for us. The problem with my test case was that I was defining a String like:

    
    String bob = "Hello";
    

    And then not seeing it in the variable list, this was because the compiler was inlining the value and optimizing out the object. But Scott and I ran two separate tests using the default MyJsp.jsp file that is generated when you create a new standard JSP file, and we broke at the <%= basePath %> expression and were able to see the “path” and “basePath” variables in the variable list just fine.

    Were you having a different problem?

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Local jsp variables

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