-
Jun 20th, 2008, 05:17 PM
#1
ValangValidator help
I am new to spring batch and using ValangValidator first time.
I am using springmodules-validation 0.4
<bean id="springValidator" class="org.springframework.batch.item.validator.Sp ringValidator">
<property name="validator">
<bean id="valangValidator"
class="org.springmodules.validation.valang.ValangV alidator">
<property name="valang">
<value>
<![CDATA[{fundCode : IS NOT NULL: 'Fund code is required' : 'Fund code is required' }]]>
</value>
</property>
</bean>
</property>
</bean>
I tried various combination. I am trying to make sure that fund code has value.
How can I make it to work with springmodules-validation 0.4
-
Jun 23rd, 2008, 10:34 AM
#2
This is really a question about Spring Modules...there's a separate forum you can post this question in.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules