How to add custom validatior method
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2014 02:09 PM
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 ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2014 05:38 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2014 02:33 PM
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
