Hi,
If the link is not working, first things to check are:
- do you have a <h:form> tag around your link? If not the
link may appear as disabled depending on your Nuxeo version,
you need this tag for the action to be called
- do you have a validation or conversion error on the page ?
Adding a <h:messages /> tag on the page, just for debug, can
give you clues. As you're using immediate="true", i doubt
this is your problem because validations should not be
called
- last but not least (and very tricky): if you have two
<h:form> tags included in one another, the action is not
called, silently. So you should check you did not add an
extra <h:form> inside a pre-existing one
---
Mailing list: [email protected]
Forum: http://forum.nuxeo.org/f/1/

Reply via email to