Details
Description
Rule : Double Quotes
Line of code
<form name="tabClickForm" action='<c:url value="FlexPricerAvailabilityServlet"/>' method="post">
Double Quotes : Use double quotes for attribute values
It seems that we can't use double quote attributes whereas it mandatory in the case we have to evaluate an expression
Fixed. The issue was caused by the parser that could not handle tags in attribute values.