I want to add HDIV security to my JSP pages. For that I used JSF tags, to support this jsp tags, we want Hdiv-jsf. jar files.
But I didn't find anywhere. Can you suggest where can i found those jar files. It is very very urgent.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
No. I tried. But it is no use. There are lot of classes are missed.
<bean id="validatorHelper" class="org.hdiv.filter.JsfValidatorHelper" init-method="init">
<property name="stateUtil"><ref bean="stateUtil" /></property>
<property name="hdivParameter" ref="hdivParameter"/>
<property name="dataValidatorFactory" ref="dataValidatorFactory"/>
<property name="dataComposerFactory" ref="dataComposerFactory"/>
</bean>
above reference bean classes , i didn't found anywhere in the given source. Do you have any idea? How to configure JSF with HDIV?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I want to add HDIV security to my JSP pages. For that I used JSF tags, to support this jsp tags, we want Hdiv-jsf. jar files.
But I didn't find anywhere. Can you suggest where can i found those jar files. It is very very urgent.
Download the source from hdiv.org and build the project using maven, which will bundle the hdiv-jsf source to jar file
Srinivas, let me know if u r successful in to integrating hdiv framework with jsf
No. I tried. But it is no use. There are lot of classes are missed.
<bean id="validatorHelper" class="org.hdiv.filter.JsfValidatorHelper" init-method="init">
<property name="stateUtil"><ref bean="stateUtil" /></property>
<property name="hdivParameter" ref="hdivParameter"/>
<property name="dataValidatorFactory" ref="dataValidatorFactory"/>
<property name="dataComposerFactory" ref="dataComposerFactory"/>
</bean>
above reference bean classes , i didn't found anywhere in the given source. Do you have any idea? How to configure JSF with HDIV?