Bug 159085

Summary: [refactoring] refactor support for expression language inside jsp / jstl
Product: [WebTools] WTP Source Editing Reporter: Leif Hanack <leif.hanack>
Component: jst.jspAssignee: jst.jsp <jst.jsp-inbox>
Status: NEW --- QA Contact: Nick Sandonato <nsand.dev>
Severity: enhancement    
Priority: P3 CC: mauromol, nsand.dev
Version: 1.5Keywords: helpwanted
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Leif Hanack CLA 2006-09-28 05:00:40 EDT
When i rename getValue eclipse will detect the JSP-scriptlet but not the JSTL/EL scriplet.

Java Class X:
  public String getValue() { return "hello"; }

JSP:
  <%= x.getValue() %>

JSTL/EL:
  ${x.value}

Is it possible to evaluate the EL tags and perform the refactoring there either?

TIA, leif
Comment 1 Nitin Dahyabhai CLA 2007-09-20 04:38:33 EDT
In theory, yes (and it would be wonderful), but regrettably not something we'll be working on in 3.0.