You're right it works ! I didn't think of that, thank you !
> > this.getValue().get(StringUtils.toUpperCase(ITEMPROPERTY_EMPLOYEE_ID)).toString().trim();
> > if("".equals(empId)) empId = null;
> > Object param[] =
> > { this.getValue().get(StringUtils.toUpperCase(ITEMPROPERTY_EMAIL)).toString().trim(),
> > empId};
> > statement = RqlStatement.parseRqlStatement(ITEMPROPERTY_EMAIL + "= ?0
> > and "+ ITEMPROPERTY_EMPLOYEE_ID+" = ?1");
> > items = statement.executeQuery(rv, param);
> > if (items != null) {
> > //Do my things...
> > }}
>
> > catch (Exception e) {
> > if (this.isLoggingError()) {
> > this.logError("Exception "+e);
> > }
>
> > }
>
> > Do you know how to solve this problem ?
> > Thanks to all !- Masquer le texte des messages précédents -
>
> - Afficher le texte des messages précédents -