07-15-2014 12:11 PM
07-15-2014 01:02 PM
07-15-2014 01:15 PM
<value>HREF</value>
from the greylist. 07-15-2014 04:40 PM
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<!– Override HTML processing grey list –>
<bean id="webframework.webscripts.stringutils" parent="webframework.webscripts.stringutils.abstract"
class="org.springframework.extensions.webscripts.ui.common.StringUtils">
<property name="attributeGreyList">
<set>
<value>SRC</value>
<value>DYNSRC</value>
<value>LOWSRC</value>
<!– <value>HREF</value> –>
<value>BACKGROUND</value>
<value>FORMACTION</value>
<value>FORMMETHOD</value>
<value>ACTION</value>
</set>
</property>
</bean>
</beans>
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.