Is it legal to mix single quotes and double quotes for attributes in JSP
tags? I ran into some source today that was using mixed quote styles:

    <jsp:param name="displayText" value='<%= myTitle.toString() %>'/>

In which case Intellij (614) colors everything after this line (following
hitting Return) as an HTML comment.

--
Duane Fields
[EMAIL PROTECTED]


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to