One thing I've always loved in IDEA's JSP handling is its ability to validate (and autocomplete) relative URLs. However, in switching our site to JAX-RS, I've found that IDEA 11 seems to not be aware of JAX-RS type annotations and can't perform this validation -- instead, the error 'Cannot resolve servlet "/some/jaxrs/path"'. is displayed in the JSP editor:
Is there any way to make this work with JAX-RS?