How to add custom validatior method

I am following this document to create a custom validation

http://doc.nuxeo.com/display/Studio/Add+Field+Validation

But i dont understand where and how to create a seam component ?

I was able to create stand alone seam component myValidator bean , but i dont know how to integrate that bean with my project / connect / studio ??

0 votes

1 answers

2285 views

ANSWER



Hi,

With Nuxeo IDE, you can run your server with your studio/ide bundles in one shot. So you'll get your bean deployed and in hotreload way if you want.

I advise you to see the documentation here: http://doc.nuxeo.com/display/public/IDEDOC/Nuxeo+IDE+Documentation+Center

where you'll see the way of deploying your server

1 votes



zod
I have my nuxeo ide now with eclipse . i am new to java too !!! so i dont know that where should i create the validator class. Now i know i have to create the Seam Action class and validation is working after deploying
02/28/2014