HTML inspection errors and defining some custom HTML tags
Hi all,
We are evaluating IDEA 5 features, and came up with a problem in the JSP/HTML editor: we are using JSP template files, in which localized strings are defined between custom placeholder characters.
Example: <#L title.login L#>
During project make from Ant, we replace those placeholders from property files and generate locale specific JSP pages.
IDEA 5 editor underlies the "#>" part of the above string and says "Element is not closed".
Is there a way to make it learn the <#L and L#>]]> placeholders and do not consider them for the HTML structure?
Thanks,
Cristian
Please sign in to leave a comment.