How read aspect fields values in a custom constraint
Hi,I have developped a custom constraint. This constraint is linked to a field in an aspect.In this constraint, I need to read values in other fields of the aspect.I tried String val = (String) context.getExternalContext().getRequestParameterMap().ge...