ipeychev / liferay-aui-upgrade-tool

1 stars 1 forks source link

aui prefixes in classes are missed in JSP scriptlets #5

Closed robframpton closed 11 years ago

robframpton commented 11 years ago

If a css class is set as a string inside of a JSP scriptlet, the aui prefix is not deleted. For example.

<liferay-ui:icon
    cssClass='<%= showConnectedRequestedIcon ? "disabled" : "disabled aui-helper-hidden" %>'
/>

In this situation, aui-helper-hidden will remain the same.

ipeychev commented 11 years ago

I don't see the example, could you edit it and format it following this: https://help.github.com/articles/github-flavored-markdown#syntax-highlighting

robframpton commented 11 years ago

Sorry about that Iliyan, you should be able to read it now.